Html Css Color HEX #E07FC4 Tea Rose

📋 copy color: '#E07FC4'

red 224 ◦ green 127 ◦ blue 196

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

Shades of Tea Rose #E07FC4

Tints of Tea Rose #E07FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.83%

R = 40.95%
G = 23.22%
B = 35.83%

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

#E07FC4 (or 0xE07FC4) is known color: Tea Rose. HEX triplet: E0, 7F and C4. RGB value is (224,127,196). Sum of RGB (Red+Green+Blue) = 224+127+196=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FC4 is #1F803B. Grayscale: #A3A3A3. Windows color (decimal): -2064444 or 12877792. OLE color: 12877792.

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

Color convert

RGB 224 127 196 -
CMYK 0 0.43 0.12 0.12
HSL 317.32º 0.61% 0.69% -
HSV(B) 317.32º 0.43% 0.88% -
XYZ 48.29 35.01 56.44 -
YUV 163.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 224 127 196 0 0.43 0.12 0.12 317.32 0.61 0.69
Hex E0 7F C4 0 2B C C 13D 3D 45
Octal 340 177 304 0 53 14 14 475 75 105
Binary 11100000 1111111 11000100 0 101011 1100 1100 100111101 111101 1000101

Color Harmonies of #E07FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07FC4

Black with #E07FC4

Text Example


Text Example

White with #E07FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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