Html Css Color HEX #EA7BCC Tea Rose

📋 copy color: '#EA7BCC'

red 234 ◦ green 123 ◦ blue 204

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

Shades of Tea Rose #EA7BCC

Tints of Tea Rose #EA7BCC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.93%

 BLUE value IS 204 (80.08% from 255) = 36.36%

R = 41.71%
G = 21.93%
B = 36.36%

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

#EA7BCC (or 0xEA7BCC) is known color: Tea Rose. HEX triplet: EA, 7B and CC. RGB value is (234,123,204). Sum of RGB (Red+Green+Blue) = 234+123+204=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 123 (48.44% from 255 or 21.93% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7BCC is #158433. Grayscale: #A5A5A5. Windows color (decimal): -1410100 or 13401066. OLE color: 13401066.

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

Color convert

RGB 234 123 204 -
CMYK 0 0.47 0.13 0.08
HSL 316.22º 0.73% 0.7% -
HSV(B) 316.22º 0.47% 0.92% -
XYZ 51.91 36.02 61.34 -
YUV 165.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 234 123 204 0 0.47 0.13 0.08 316.22 0.73 0.7
Hex EA 7B CC 0 2F D 8 13C 49 46
Octal 352 173 314 0 57 15 10 474 111 106
Binary 11101010 1111011 11001100 0 101111 1101 1000 100111100 1001001 1000110

Color Harmonies of #EA7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7BCC

Black with #EA7BCC

Text Example


Text Example

White with #EA7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7BCC; }

 p { color: rgb(234,123,204); }

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

background-color css

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

 a { background-color: rgb(234,123,204); }

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

border-color css

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

 span { border-color: rgb(234,123,204); }

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