Html Css Color HEX #E081C4 Tea Rose

📋 copy color: '#E081C4'

red 224 ◦ green 129 ◦ blue 196

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

Shades of Tea Rose #E081C4

Tints of Tea Rose #E081C4

RGB

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

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

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

R = 40.8%
G = 23.5%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E081C4 (or 0xE081C4) is known color: Tea Rose. HEX triplet: E0, 81 and C4. RGB value is (224,129,196). Sum of RGB (Red+Green+Blue) = 224+129+196=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C4 is #1F7E3B. Grayscale: #A4A4A4. Windows color (decimal): -2063932 or 12878304. OLE color: 12878304.

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

Color convert

RGB 224 129 196 -
CMYK 0 0.42 0.12 0.12
HSL 317.68º 0.61% 0.69% -
HSV(B) 317.68º 0.42% 0.88% -
XYZ 48.55 35.53 56.52 -
YUV 165.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 224 129 196 0 0.42 0.12 0.12 317.68 0.61 0.69
Hex E0 81 C4 0 2A C C 13E 3D 45
Octal 340 201 304 0 52 14 14 476 75 105
Binary 11100000 10000001 11000100 0 101010 1100 1100 100111110 111101 1000101

Color Harmonies of #E081C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081C4

Black with #E081C4

Text Example


Text Example

White with #E081C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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