Html Css Color HEX #EA7DCE Tea Rose

📋 copy color: '#EA7DCE'

red 234 ◦ green 125 ◦ blue 206

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

Shades of Tea Rose #EA7DCE

Tints of Tea Rose #EA7DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.12%

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 41.42%
G = 22.12%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA7DCE (or 0xEA7DCE) is known color: Tea Rose. HEX triplet: EA, 7D and CE. RGB value is (234,125,206). Sum of RGB (Red+Green+Blue) = 234+125+206=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DCE is #158231. Grayscale: #A6A6A6. Windows color (decimal): -1409586 or 13532650. OLE color: 13532650.

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

Color convert

RGB 234 125 206 -
CMYK 0 0.47 0.12 0.08
HSL 315.41º 0.72% 0.7% -
HSV(B) 315.41º 0.47% 0.92% -
XYZ 52.41 36.62 62.7 -
YUV 166.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 234 125 206 0 0.47 0.12 0.08 315.41 0.72 0.7
Hex EA 7D CE 0 2F C 8 13B 48 46
Octal 352 175 316 0 57 14 10 473 110 106
Binary 11101010 1111101 11001110 0 101111 1100 1000 100111011 1001000 1000110

Color Harmonies of #EA7DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DCE

Black with #EA7DCE

Text Example


Text Example

White with #EA7DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DCE; }

 p { color: rgb(234,125,206); }

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

background-color css

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

 a { background-color: rgb(234,125,206); }

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

border-color css

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

 span { border-color: rgb(234,125,206); }

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