Html Css Color HEX #EA85C8 Tea Rose

📋 copy color: '#EA85C8'

red 234 ◦ green 133 ◦ blue 200

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

Shades of Tea Rose #EA85C8

Tints of Tea Rose #EA85C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.27%

R = 41.27%
G = 23.46%
B = 35.27%

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

#EA85C8 (or 0xEA85C8) is known color: Tea Rose. HEX triplet: EA, 85 and C8. RGB value is (234,133,200). Sum of RGB (Red+Green+Blue) = 234+133+200=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85C8 is #157A37. Grayscale: #AAAAAA. Windows color (decimal): -1407544 or 13141482. OLE color: 13141482.

HSL color Cylindrical-coordinate representation of color #EA85C8: hue angle of 320.2º 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 #EA85C8 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 133 200 -
CMYK 0 0.43 0.15 0.08
HSL 320.2º 0.71% 0.72% -
HSV(B) 320.2º 0.43% 0.92% -
XYZ 52.74 38.44 59.28 -
YUV 170.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 234 133 200 0 0.43 0.15 0.08 320.2 0.71 0.72
Hex EA 85 C8 0 2B F 8 140 47 48
Octal 352 205 310 0 53 17 10 500 107 110
Binary 11101010 10000101 11001000 0 101011 1111 1000 101000000 1000111 1001000

Color Harmonies of #EA85C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA85C8

Black with #EA85C8

Text Example


Text Example

White with #EA85C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA85C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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