Html Css Color HEX #E386CA Tea Rose

📋 copy color: '#E386CA'

red 227 ◦ green 134 ◦ blue 202

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

Shades of Tea Rose #E386CA

Tints of Tea Rose #E386CA

RGB

 RED value IS 227 (89.06% from 255) = 40.32%

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

 BLUE value IS 202 (79.3% from 255) = 35.88%

R = 40.32%
G = 23.8%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E386CA (or 0xE386CA) is known color: Tea Rose. HEX triplet: E3, 86 and CA. RGB value is (227,134,202). Sum of RGB (Red+Green+Blue) = 227+134+202=563 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.32% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 227 - color contains mainly: red. Hex color #E386CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E386CA is #1C7935. Grayscale: #A9A9A9. Windows color (decimal): -1866038 or 13272803. OLE color: 13272803.

HSL color Cylindrical-coordinate representation of color #E386CA: hue angle of 316.13º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E386CA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 134 202 -
CMYK 0 0.41 0.11 0.11
HSL 316.13º 0.62% 0.71% -
HSV(B) 316.13º 0.41% 0.89% -
XYZ 50.86 37.65 60.46 -
YUV 169.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 227 134 202 0 0.41 0.11 0.11 316.13 0.62 0.71
Hex E3 86 CA 0 29 B B 13C 3E 47
Octal 343 206 312 0 51 13 13 474 76 107
Binary 11100011 10000110 11001010 0 101001 1011 1011 100111100 111110 1000111

Color Harmonies of #E386CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E386CA

Black with #E386CA

Text Example


Text Example

White with #E386CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E386CA; }

 p { color: rgb(227,134,202); }

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

background-color css

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

 a { background-color: rgb(227,134,202); }

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

border-color css

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

 span { border-color: rgb(227,134,202); }

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