Html Css Color HEX #E081C7 Tea Rose

📋 copy color: '#E081C7'

red 224 ◦ green 129 ◦ blue 199

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

Shades of Tea Rose #E081C7

Tints of Tea Rose #E081C7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.37%

 BLUE value IS 199 (78.13% from 255) = 36.05%

R = 40.58%
G = 23.37%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E081C7 (or 0xE081C7) is known color: Tea Rose. HEX triplet: E0, 81 and C7. RGB value is (224,129,199). Sum of RGB (Red+Green+Blue) = 224+129+199=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C7 is #1F7E38. Grayscale: #A5A5A5. Windows color (decimal): -2063929 or 13074912. OLE color: 13074912.

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

Color convert

RGB 224 129 199 -
CMYK 0 0.42 0.11 0.12
HSL 315.79º 0.61% 0.69% -
HSV(B) 315.79º 0.42% 0.88% -
XYZ 48.9 35.67 58.34 -
YUV 165.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 224 129 199 0 0.42 0.11 0.12 315.79 0.61 0.69
Hex E0 81 C7 0 2A B C 13C 3D 45
Octal 340 201 307 0 52 13 14 474 75 105
Binary 11100000 10000001 11000111 0 101010 1011 1100 100111100 111101 1000101

Color Harmonies of #E081C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081C7

Black with #E081C7

Text Example


Text Example

White with #E081C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081C7; }

 p { color: rgb(224,129,199); }

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

background-color css

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

 a { background-color: rgb(224,129,199); }

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

border-color css

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

 span { border-color: rgb(224,129,199); }

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