Html Css Color HEX #E081C3 Tea Rose

📋 copy color: '#E081C3'

red 224 ◦ green 129 ◦ blue 195

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

Shades of Tea Rose #E081C3

Tints of Tea Rose #E081C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.58%

R = 40.88%
G = 23.54%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E081C3 (or 0xE081C3) is known color: Tea Rose. HEX triplet: E0, 81 and C3. RGB value is (224,129,195). Sum of RGB (Red+Green+Blue) = 224+129+195=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 195 (76.56% from 255 or 35.58% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E081C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E081C3 is #1F7E3C. Grayscale: #A4A4A4. Windows color (decimal): -2063933 or 12812768. OLE color: 12812768.

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

Color convert

RGB 224 129 195 -
CMYK 0 0.42 0.13 0.12
HSL 318.32º 0.61% 0.69% -
HSV(B) 318.32º 0.42% 0.88% -
XYZ 48.44 35.49 55.93 -
YUV 164.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 224 129 195 0 0.42 0.13 0.12 318.32 0.61 0.69
Hex E0 81 C3 0 2A D C 13E 3D 45
Octal 340 201 303 0 52 15 14 476 75 105
Binary 11100000 10000001 11000011 0 101010 1101 1100 100111110 111101 1000101

Color Harmonies of #E081C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E081C3

Black with #E081C3

Text Example


Text Example

White with #E081C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E081C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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