Html Css Color HEX #E07FC6 Tea Rose

📋 copy color: '#E07FC6'

red 224 ◦ green 127 ◦ blue 198

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

Shades of Tea Rose #E07FC6

Tints of Tea Rose #E07FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.07%

R = 40.8%
G = 23.13%
B = 36.07%

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

#E07FC6 (or 0xE07FC6) is known color: Tea Rose. HEX triplet: E0, 7F and C6. RGB value is (224,127,198). Sum of RGB (Red+Green+Blue) = 224+127+198=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC6 is #1F8039. Grayscale: #A3A3A3. Windows color (decimal): -2064442 or 13008864. OLE color: 13008864.

HSL color Cylindrical-coordinate representation of color #E07FC6: hue angle of 316.08º 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 #E07FC6 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 198 -
CMYK 0 0.43 0.12 0.12
HSL 316.08º 0.61% 0.69% -
HSV(B) 316.08º 0.43% 0.88% -
XYZ 48.52 35.1 57.64 -
YUV 164.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 224 127 198 0 0.43 0.12 0.12 316.08 0.61 0.69
Hex E0 7F C6 0 2B C C 13C 3D 45
Octal 340 177 306 0 53 14 14 474 75 105
Binary 11100000 1111111 11000110 0 101011 1100 1100 100111100 111101 1000101

Color Harmonies of #E07FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FC6

Black with #E07FC6

Text Example


Text Example

White with #E07FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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