Html Css Color HEX #E380C3 Tea Rose

📋 copy color: '#E380C3'

red 227 ◦ green 128 ◦ blue 195

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

Shades of Tea Rose #E380C3

Tints of Tea Rose #E380C3

RGB

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

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

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

R = 41.27%
G = 23.27%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E380C3 (or 0xE380C3) is known color: Tea Rose. HEX triplet: E3, 80 and C3. RGB value is (227,128,195). Sum of RGB (Red+Green+Blue) = 227+128+195=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E380C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380C3 is #1C7F3C. Grayscale: #A5A5A5. Windows color (decimal): -1867581 or 12812515. OLE color: 12812515.

HSL color Cylindrical-coordinate representation of color #E380C3: hue angle of 319.39º 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 #E380C3 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 128 195 -
CMYK 0 0.44 0.14 0.11
HSL 319.39º 0.64% 0.7% -
HSV(B) 319.39º 0.44% 0.89% -
XYZ 49.25 35.71 55.93 -
YUV 165.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 227 128 195 0 0.44 0.14 0.11 319.39 0.64 0.7
Hex E3 80 C3 0 2C E B 13F 40 46
Octal 343 200 303 0 54 16 13 477 100 106
Binary 11100011 10000000 11000011 0 101100 1110 1011 100111111 1000000 1000110

Color Harmonies of #E380C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380C3

Black with #E380C3

Text Example


Text Example

White with #E380C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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