Html Css Color HEX #EA7ECE Tea Rose

📋 copy color: '#EA7ECE'

red 234 ◦ green 126 ◦ blue 206

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

Shades of Tea Rose #EA7ECE

Tints of Tea Rose #EA7ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.26%

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

R = 41.34%
G = 22.26%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EA7ECE (or 0xEA7ECE) is known color: Tea Rose. HEX triplet: EA, 7E and CE. RGB value is (234,126,206). Sum of RGB (Red+Green+Blue) = 234+126+206=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7ECE is #158131. Grayscale: #A7A7A7. Windows color (decimal): -1409330 or 13532906. OLE color: 13532906.

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

Color convert

RGB 234 126 206 -
CMYK 0 0.46 0.12 0.08
HSL 315.56º 0.72% 0.71% -
HSV(B) 315.56º 0.46% 0.92% -
XYZ 52.53 36.87 62.74 -
YUV 167.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 234 126 206 0 0.46 0.12 0.08 315.56 0.72 0.71
Hex EA 7E CE 0 2E C 8 13C 48 47
Octal 352 176 316 0 56 14 10 474 110 107
Binary 11101010 1111110 11001110 0 101110 1100 1000 100111100 1001000 1000111

Color Harmonies of #EA7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7ECE

Black with #EA7ECE

Text Example


Text Example

White with #EA7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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