Html Css Color HEX #E086C4 Tea Rose

📋 copy color: '#E086C4'

red 224 ◦ green 134 ◦ blue 196

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

Shades of Tea Rose #E086C4

Tints of Tea Rose #E086C4

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.19%

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

R = 40.43%
G = 24.19%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E086C4 (or 0xE086C4) is known color: Tea Rose. HEX triplet: E0, 86 and C4. RGB value is (224,134,196). Sum of RGB (Red+Green+Blue) = 224+134+196=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E086C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E086C4 is #1F793B. Grayscale: #A7A7A7. Windows color (decimal): -2062652 or 12879584. OLE color: 12879584.

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

Color convert

RGB 224 134 196 -
CMYK 0 0.40 0.12 0.12
HSL 318.67º 0.59% 0.7% -
HSV(B) 318.67º 0.4% 0.88% -
XYZ 49.23 36.88 56.75 -
YUV 167.98 143.82 167.96 -
System Red Green Blue C M Y K H S L
Decimal 224 134 196 0 0.40 0.12 0.12 318.67 0.59 0.7
Hex E0 86 C4 0 28 C C 13F 3B 46
Octal 340 206 304 0 50 14 14 477 73 106
Binary 11100000 10000110 11000100 0 101000 1100 1100 100111111 111011 1000110

Color Harmonies of #E086C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086C4

Black with #E086C4

Text Example


Text Example

White with #E086C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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