Html Css Color HEX #EA7DCB Tea Rose

📋 copy color: '#EA7DCB'

red 234 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #EA7DCB

Tints of Tea Rose #EA7DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.12%

R = 41.64%
G = 22.24%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA7DCB (or 0xEA7DCB) is known color: Tea Rose. HEX triplet: EA, 7D and CB. RGB value is (234,125,203). Sum of RGB (Red+Green+Blue) = 234+125+203=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7DCB is #158234. Grayscale: #A6A6A6. Windows color (decimal): -1409589 or 13336042. OLE color: 13336042.

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

Color convert

RGB 234 125 203 -
CMYK 0 0.47 0.13 0.08
HSL 317.06º 0.72% 0.7% -
HSV(B) 317.06º 0.47% 0.92% -
XYZ 52.04 36.47 60.8 -
YUV 166.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 234 125 203 0 0.47 0.13 0.08 317.06 0.72 0.7
Hex EA 7D CB 0 2F D 8 13D 48 46
Octal 352 175 313 0 57 15 10 475 110 106
Binary 11101010 1111101 11001011 0 101111 1101 1000 100111101 1001000 1000110

Color Harmonies of #EA7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7DCB

Black with #EA7DCB

Text Example


Text Example

White with #EA7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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