Html Css Color HEX #E380A2 Carissma

📋 copy color: '#E380A2'

red 227 ◦ green 128 ◦ blue 162

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

Shades of Carissma #E380A2

Tints of Carissma #E380A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.33%

R = 43.91%
G = 24.76%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E380A2 (or 0xE380A2) is known color: Carissma. HEX triplet: E3, 80 and A2. RGB value is (227,128,162). Sum of RGB (Red+Green+Blue) = 227+128+162=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E380A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380A2 is #1C7F5D. Grayscale: #A1A1A1. Windows color (decimal): -1867614 or 10649827. OLE color: 10649827.

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

Color convert

RGB 227 128 162 -
CMYK 0 0.44 0.29 0.11
HSL 339.39º 0.64% 0.7% -
HSV(B) 339.39º 0.44% 0.89% -
XYZ 45.92 34.38 38.4 -
YUV 161.48 128.3 174.74 -
System Red Green Blue C M Y K H S L
Decimal 227 128 162 0 0.44 0.29 0.11 339.39 0.64 0.7
Hex E3 80 A2 0 2C 1D B 153 40 46
Octal 343 200 242 0 54 35 13 523 100 106
Binary 11100011 10000000 10100010 0 101100 11101 1011 101010011 1000000 1000110

Color Harmonies of #E380A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380A2

Black with #E380A2

Text Example


Text Example

White with #E380A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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