Html Css Color HEX #E383A0 Carissma

📋 copy color: '#E383A0'

red 227 ◦ green 131 ◦ blue 160

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

Shades of Carissma #E383A0

Tints of Carissma #E383A0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.29%

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

R = 43.82%
G = 25.29%
B = 30.89%

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

#E383A0 (or 0xE383A0) is known color: Carissma. HEX triplet: E3, 83 and A0. RGB value is (227,131,160). Sum of RGB (Red+Green+Blue) = 227+131+160=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E383A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E383A0 is #1C7C5F. Grayscale: #A2A2A2. Windows color (decimal): -1866848 or 10519523. OLE color: 10519523.

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

Color convert

RGB 227 131 160 -
CMYK 0 0.42 0.30 0.11
HSL 341.88º 0.63% 0.7% -
HSV(B) 341.88º 0.42% 0.89% -
XYZ 46.14 35.1 37.6 -
YUV 163.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 227 131 160 0 0.42 0.30 0.11 341.88 0.63 0.7
Hex E3 83 A0 0 2A 1E B 156 3F 46
Octal 343 203 240 0 52 36 13 526 77 106
Binary 11100011 10000011 10100000 0 101010 11110 1011 101010110 111111 1000110

Color Harmonies of #E383A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E383A0

Black with #E383A0

Text Example


Text Example

White with #E383A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E383A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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