Html Css Color HEX #EA85C6 Tea Rose

📋 copy color: '#EA85C6'

red 234 ◦ green 133 ◦ blue 198

#EA85C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #EA85C6

Tints of Tea Rose #EA85C6

RGB

 RED value IS 234 (91.8% from 255) = 41.42%

 GREEN value IS 133 (52.34% from 255) = 23.54%

 BLUE value IS 198 (77.73% from 255) = 35.04%

R = 41.42%
G = 23.54%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA85C6 (or 0xEA85C6) is known color: Tea Rose. HEX triplet: EA, 85 and C6. RGB value is (234,133,198). Sum of RGB (Red+Green+Blue) = 234+133+198=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85C6 is #157A39. Grayscale: #AAAAAA. Windows color (decimal): -1407546 or 13010410. OLE color: 13010410.

HSL color Cylindrical-coordinate representation of color #EA85C6: hue angle of 321.39º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA85C6 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 198 -
CMYK 0 0.43 0.15 0.08
HSL 321.39º 0.71% 0.72% -
HSV(B) 321.39º 0.43% 0.92% -
XYZ 52.51 38.34 58.06 -
YUV 170.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 234 133 198 0 0.43 0.15 0.08 321.39 0.71 0.72
Hex EA 85 C6 0 2B F 8 141 47 48
Octal 352 205 306 0 53 17 10 501 107 110
Binary 11101010 10000101 11000110 0 101011 1111 1000 101000001 1000111 1001000

Color Harmonies of #EA85C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA85C6

Black with #EA85C6

Text Example


Text Example

White with #EA85C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA85C6; }

 p { color: rgb(234,133,198); }

 H1.HeaderClassName
 {
   color: #EA85C6;
 }
 .AnyTagClassName
 {
   color: #EA85C6;
 }
</style>

background-color css

<style>
 a { background-color: #EA85C6; }

 a { background-color: rgb(234,133,198); }

 div.DivClassName
 {
   background-color: #EA85C6;
 }
 .BgClassName
 {
   background-color: #EA85C6;
 }
</style>

border-color css

<style>
 span { border-color: #EA85C6; }

 span { border-color: rgb(234,133,198); }

 td.TdClassName
 {
   border-color: #EA85C6;
 }
 .TagClassName
 {
   border-color: #EA85C6;
 }
</style>