Html Css Color HEX #E381A0 Carissma

📋 copy color: '#E381A0'

red 227 ◦ green 129 ◦ blue 160

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

Shades of Carissma #E381A0

Tints of Carissma #E381A0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25%

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

R = 43.99%
G = 25%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E381A0 (or 0xE381A0) is known color: Carissma. HEX triplet: E3, 81 and A0. RGB value is (227,129,160). Sum of RGB (Red+Green+Blue) = 227+129+160=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E381A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E381A0 is #1C7E5F. Grayscale: #A1A1A1. Windows color (decimal): -1867360 or 10519011. OLE color: 10519011.

HSL color Cylindrical-coordinate representation of color #E381A0: hue angle of 341.02º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E381A0 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 129 160 -
CMYK 0 0.43 0.30 0.11
HSL 341.02º 0.64% 0.7% -
HSV(B) 341.02º 0.43% 0.89% -
XYZ 45.87 34.57 37.51 -
YUV 161.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 227 129 160 0 0.43 0.30 0.11 341.02 0.64 0.7
Hex E3 81 A0 0 2B 1E B 155 40 46
Octal 343 201 240 0 53 36 13 525 100 106
Binary 11100011 10000001 10100000 0 101011 11110 1011 101010101 1000000 1000110

Color Harmonies of #E381A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E381A0

Black with #E381A0

Text Example


Text Example

White with #E381A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E381A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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