Html Css Color HEX #E083C2 Tea Rose

📋 copy color: '#E083C2'

red 224 ◦ green 131 ◦ blue 194

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

Shades of Tea Rose #E083C2

Tints of Tea Rose #E083C2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.86%

 BLUE value IS 194 (76.17% from 255) = 35.34%

R = 40.8%
G = 23.86%
B = 35.34%

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

#E083C2 (or 0xE083C2) is known color: Tea Rose. HEX triplet: E0, 83 and C2. RGB value is (224,131,194). Sum of RGB (Red+Green+Blue) = 224+131+194=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E083C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083C2 is #1F7C3D. Grayscale: #A5A5A5. Windows color (decimal): -2063422 or 12747744. OLE color: 12747744.

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

Color convert

RGB 224 131 194 -
CMYK 0 0.42 0.13 0.12
HSL 319.35º 0.6% 0.7% -
HSV(B) 319.35º 0.42% 0.88% -
XYZ 48.59 35.97 55.42 -
YUV 165.99 143.81 169.38 -
System Red Green Blue C M Y K H S L
Decimal 224 131 194 0 0.42 0.13 0.12 319.35 0.6 0.7
Hex E0 83 C2 0 2A D C 13F 3C 46
Octal 340 203 302 0 52 15 14 477 74 106
Binary 11100000 10000011 11000010 0 101010 1101 1100 100111111 111100 1000110

Color Harmonies of #E083C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083C2

Black with #E083C2

Text Example


Text Example

White with #E083C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083C2; }

 p { color: rgb(224,131,194); }

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

background-color css

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

 a { background-color: rgb(224,131,194); }

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

border-color css

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

 span { border-color: rgb(224,131,194); }

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