Html Css Color HEX #E084C3 Tea Rose

📋 copy color: '#E084C3'

red 224 ◦ green 132 ◦ blue 195

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

Shades of Tea Rose #E084C3

Tints of Tea Rose #E084C3

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.96%

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

R = 40.65%
G = 23.96%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E084C3 (or 0xE084C3) is known color: Tea Rose. HEX triplet: E0, 84 and C3. RGB value is (224,132,195). Sum of RGB (Red+Green+Blue) = 224+132+195=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E084C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084C3 is #1F7B3C. Grayscale: #A6A6A6. Windows color (decimal): -2063165 or 12813536. OLE color: 12813536.

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

Color convert

RGB 224 132 195 -
CMYK 0 0.41 0.13 0.12
HSL 318.91º 0.6% 0.7% -
HSV(B) 318.91º 0.41% 0.88% -
XYZ 48.84 36.29 56.06 -
YUV 166.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 224 132 195 0 0.41 0.13 0.12 318.91 0.6 0.7
Hex E0 84 C3 0 29 D C 13F 3C 46
Octal 340 204 303 0 51 15 14 477 74 106
Binary 11100000 10000100 11000011 0 101001 1101 1100 100111111 111100 1000110

Color Harmonies of #E084C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E084C3

Black with #E084C3

Text Example


Text Example

White with #E084C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E084C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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