Html Css Color HEX #EA8CCD Tea Rose

📋 copy color: '#EA8CCD'

red 234 ◦ green 140 ◦ blue 205

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

Shades of Tea Rose #EA8CCD

Tints of Tea Rose #EA8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.18%

 BLUE value IS 205 (80.47% from 255) = 35.41%

R = 40.41%
G = 24.18%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA8CCD (or 0xEA8CCD) is known color: Tea Rose. HEX triplet: EA, 8C and CD. RGB value is (234,140,205). Sum of RGB (Red+Green+Blue) = 234+140+205=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8CCD is #157332. Grayscale: #AFAFAF. Windows color (decimal): -1405747 or 13470954. OLE color: 13470954.

HSL color Cylindrical-coordinate representation of color #EA8CCD: hue angle of 318.51º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8CCD is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 140 205 -
CMYK 0 0.40 0.12 0.08
HSL 318.51º 0.69% 0.73% -
HSV(B) 318.51º 0.4% 0.92% -
XYZ 54.33 40.66 62.74 -
YUV 175.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 234 140 205 0 0.40 0.12 0.08 318.51 0.69 0.73
Hex EA 8C CD 0 28 C 8 13F 45 49
Octal 352 214 315 0 50 14 10 477 105 111
Binary 11101010 10001100 11001101 0 101000 1100 1000 100111111 1000101 1001001

Color Harmonies of #EA8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8CCD

Black with #EA8CCD

Text Example


Text Example

White with #EA8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8CCD; }

 p { color: rgb(234,140,205); }

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

background-color css

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

 a { background-color: rgb(234,140,205); }

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

border-color css

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

 span { border-color: rgb(234,140,205); }

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