Html Css Color HEX #E384A0 Carissma

📋 copy color: '#E384A0'

red 227 ◦ green 132 ◦ blue 160

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

Shades of Carissma #E384A0

Tints of Carissma #E384A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.83%

R = 43.74%
G = 25.43%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E384A0 (or 0xE384A0) is known color: Carissma. HEX triplet: E3, 84 and A0. RGB value is (227,132,160). Sum of RGB (Red+Green+Blue) = 227+132+160=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E384A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E384A0 is #1C7B5F. Grayscale: #A3A3A3. Windows color (decimal): -1866592 or 10519779. OLE color: 10519779.

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

Color convert

RGB 227 132 160 -
CMYK 0 0.42 0.30 0.11
HSL 342.32º 0.63% 0.7% -
HSV(B) 342.32º 0.42% 0.89% -
XYZ 46.27 35.37 37.65 -
YUV 163.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 227 132 160 0 0.42 0.30 0.11 342.32 0.63 0.7
Hex E3 84 A0 0 2A 1E B 156 3F 46
Octal 343 204 240 0 52 36 13 526 77 106
Binary 11100011 10000100 10100000 0 101010 11110 1011 101010110 111111 1000110

Color Harmonies of #E384A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E384A0

Black with #E384A0

Text Example


Text Example

White with #E384A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E384A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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