Html Css Color HEX #E384CA Tea Rose

📋 copy color: '#E384CA'

red 227 ◦ green 132 ◦ blue 202

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

Shades of Tea Rose #E384CA

Tints of Tea Rose #E384CA

RGB

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

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

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

R = 40.46%
G = 23.53%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E384CA (or 0xE384CA) is known color: Tea Rose. HEX triplet: E3, 84 and CA. RGB value is (227,132,202). Sum of RGB (Red+Green+Blue) = 227+132+202=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E384CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E384CA is #1C7B35. Grayscale: #A8A8A8. Windows color (decimal): -1866550 or 13272291. OLE color: 13272291.

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

Color convert

RGB 227 132 202 -
CMYK 0 0.42 0.11 0.11
HSL 315.79º 0.63% 0.7% -
HSV(B) 315.79º 0.42% 0.89% -
XYZ 50.59 37.1 60.37 -
YUV 168.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 227 132 202 0 0.42 0.11 0.11 315.79 0.63 0.7
Hex E3 84 CA 0 2A B B 13C 3F 46
Octal 343 204 312 0 52 13 13 474 77 106
Binary 11100011 10000100 11001010 0 101010 1011 1011 100111100 111111 1000110

Color Harmonies of #E384CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384CA

Black with #E384CA

Text Example


Text Example

White with #E384CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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