Html Css Color HEX #EA8DCD Tea Rose

📋 copy color: '#EA8DCD'

red 234 ◦ green 141 ◦ blue 205

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

Shades of Tea Rose #EA8DCD

Tints of Tea Rose #EA8DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.31%

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

R = 40.34%
G = 24.31%
B = 35.34%

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

#EA8DCD (or 0xEA8DCD) is known color: Tea Rose. HEX triplet: EA, 8D and CD. RGB value is (234,141,205). Sum of RGB (Red+Green+Blue) = 234+141+205=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8DCD is #157232. Grayscale: #AFAFAF. Windows color (decimal): -1405491 or 13471210. OLE color: 13471210.

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

Color convert

RGB 234 141 205 -
CMYK 0 0.40 0.12 0.08
HSL 318.71º 0.69% 0.74% -
HSV(B) 318.71º 0.4% 0.92% -
XYZ 54.48 40.95 62.79 -
YUV 176.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 234 141 205 0 0.40 0.12 0.08 318.71 0.69 0.74
Hex EA 8D CD 0 28 C 8 13F 45 4A
Octal 352 215 315 0 50 14 10 477 105 112
Binary 11101010 10001101 11001101 0 101000 1100 1000 100111111 1000101 1001010

Color Harmonies of #EA8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA8DCD

Black with #EA8DCD

Text Example


Text Example

White with #EA8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA8DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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