Html Css Color HEX #E07FC5 Tea Rose

📋 copy color: '#E07FC5'

red 224 ◦ green 127 ◦ blue 197

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

Shades of Tea Rose #E07FC5

Tints of Tea Rose #E07FC5

RGB

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

 GREEN value IS 127 (50% from 255) = 23.18%

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

R = 40.88%
G = 23.18%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E07FC5 (or 0xE07FC5) is known color: Tea Rose. HEX triplet: E0, 7F and C5. RGB value is (224,127,197). Sum of RGB (Red+Green+Blue) = 224+127+197=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC5 is #1F803A. Grayscale: #A3A3A3. Windows color (decimal): -2064443 or 12943328. OLE color: 12943328.

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

Color convert

RGB 224 127 197 -
CMYK 0 0.43 0.12 0.12
HSL 316.7º 0.61% 0.69% -
HSV(B) 316.7º 0.43% 0.88% -
XYZ 48.41 35.06 57.04 -
YUV 163.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 224 127 197 0 0.43 0.12 0.12 316.7 0.61 0.69
Hex E0 7F C5 0 2B C C 13D 3D 45
Octal 340 177 305 0 53 14 14 475 75 105
Binary 11100000 1111111 11000101 0 101011 1100 1100 100111101 111101 1000101

Color Harmonies of #E07FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FC5

Black with #E07FC5

Text Example


Text Example

White with #E07FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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