Html Css Color HEX #E384C0 Tea Rose

📋 copy color: '#E384C0'

red 227 ◦ green 132 ◦ blue 192

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

Shades of Tea Rose #E384C0

Tints of Tea Rose #E384C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 41.2%
G = 23.96%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E384C0 (or 0xE384C0) is known color: Tea Rose. HEX triplet: E3, 84 and C0. RGB value is (227,132,192). Sum of RGB (Red+Green+Blue) = 227+132+192=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E384C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384C0 is #1C7B3F. Grayscale: #A7A7A7. Windows color (decimal): -1866560 or 12616931. OLE color: 12616931.

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

Color convert

RGB 227 132 192 -
CMYK 0 0.42 0.15 0.11
HSL 322.11º 0.63% 0.7% -
HSV(B) 322.11º 0.42% 0.89% -
XYZ 49.44 36.64 54.34 -
YUV 167.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 227 132 192 0 0.42 0.15 0.11 322.11 0.63 0.7
Hex E3 84 C0 0 2A F B 142 3F 46
Octal 343 204 300 0 52 17 13 502 77 106
Binary 11100011 10000100 11000000 0 101010 1111 1011 101000010 111111 1000110

Color Harmonies of #E384C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384C0

Black with #E384C0

Text Example


Text Example

White with #E384C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384C0; }

 p { color: rgb(227,132,192); }

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

background-color css

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

 a { background-color: rgb(227,132,192); }

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

border-color css

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

 span { border-color: rgb(227,132,192); }

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