Html Css Color HEX #E07EC5 Tea Rose

📋 copy color: '#E07EC5'

red 224 ◦ green 126 ◦ blue 197

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

Shades of Tea Rose #E07EC5

Tints of Tea Rose #E07EC5

RGB

 RED value IS 224 (87.89% from 255) = 40.95%

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

 BLUE value IS 197 (77.34% from 255) = 36.01%

R = 40.95%
G = 23.03%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E07EC5 (or 0xE07EC5) is known color: Tea Rose. HEX triplet: E0, 7E and C5. RGB value is (224,126,197). Sum of RGB (Red+Green+Blue) = 224+126+197=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EC5 is #1F813A. Grayscale: #A3A3A3. Windows color (decimal): -2064699 or 12943072. OLE color: 12943072.

HSL color Cylindrical-coordinate representation of color #E07EC5: hue angle of 316.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07EC5 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 197 -
CMYK 0 0.44 0.12 0.12
HSL 316.53º 0.61% 0.69% -
HSV(B) 316.53º 0.44% 0.88% -
XYZ 48.28 34.8 57 -
YUV 163.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 224 126 197 0 0.44 0.12 0.12 316.53 0.61 0.69
Hex E0 7E C5 0 2C C C 13D 3D 45
Octal 340 176 305 0 54 14 14 475 75 105
Binary 11100000 1111110 11000101 0 101100 1100 1100 100111101 111101 1000101

Color Harmonies of #E07EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07EC5

Black with #E07EC5

Text Example


Text Example

White with #E07EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07EC5; }

 p { color: rgb(224,126,197); }

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

background-color css

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

 a { background-color: rgb(224,126,197); }

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

border-color css

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

 span { border-color: rgb(224,126,197); }

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