Html Css Color HEX #E380A4 Carissma

📋 copy color: '#E380A4'

red 227 ◦ green 128 ◦ blue 164

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

Shades of Carissma #E380A4

Tints of Carissma #E380A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.6%

R = 43.74%
G = 24.66%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E380A4 (or 0xE380A4) is known color: Carissma. HEX triplet: E3, 80 and A4. RGB value is (227,128,164). Sum of RGB (Red+Green+Blue) = 227+128+164=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E380A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E380A4 is #1C7F5B. Grayscale: #A1A1A1. Windows color (decimal): -1867612 or 10780899. OLE color: 10780899.

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

Color convert

RGB 227 128 164 -
CMYK 0 0.44 0.28 0.11
HSL 338.18º 0.64% 0.7% -
HSV(B) 338.18º 0.44% 0.89% -
XYZ 46.1 34.45 39.34 -
YUV 161.71 129.3 174.57 -
System Red Green Blue C M Y K H S L
Decimal 227 128 164 0 0.44 0.28 0.11 338.18 0.64 0.7
Hex E3 80 A4 0 2C 1C B 152 40 46
Octal 343 200 244 0 54 34 13 522 100 106
Binary 11100011 10000000 10100100 0 101100 11100 1011 101010010 1000000 1000110

Color Harmonies of #E380A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380A4

Black with #E380A4

Text Example


Text Example

White with #E380A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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