Html Css Color HEX #E380C9 Tea Rose

📋 copy color: '#E380C9'

red 227 ◦ green 128 ◦ blue 201

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

Shades of Tea Rose #E380C9

Tints of Tea Rose #E380C9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.02%

 BLUE value IS 201 (78.91% from 255) = 36.15%

R = 40.83%
G = 23.02%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E380C9 (or 0xE380C9) is known color: Tea Rose. HEX triplet: E3, 80 and C9. RGB value is (227,128,201). Sum of RGB (Red+Green+Blue) = 227+128+201=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E380C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380C9 is #1C7F36. Grayscale: #A5A5A5. Windows color (decimal): -1867575 or 13205731. OLE color: 13205731.

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

Color convert

RGB 227 128 201 -
CMYK 0 0.44 0.11 0.11
HSL 315.76º 0.64% 0.7% -
HSV(B) 315.76º 0.44% 0.89% -
XYZ 49.94 35.99 59.57 -
YUV 165.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 227 128 201 0 0.44 0.11 0.11 315.76 0.64 0.7
Hex E3 80 C9 0 2C B B 13C 40 46
Octal 343 200 311 0 54 13 13 474 100 106
Binary 11100011 10000000 11001001 0 101100 1011 1011 100111100 1000000 1000110

Color Harmonies of #E380C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380C9

Black with #E380C9

Text Example


Text Example

White with #E380C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380C9; }

 p { color: rgb(227,128,201); }

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

background-color css

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

 a { background-color: rgb(227,128,201); }

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

border-color css

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

 span { border-color: rgb(227,128,201); }

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