Html Css Color HEX #E182A1 Carissma

📋 copy color: '#E182A1'

red 225 ◦ green 130 ◦ blue 161

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

Shades of Carissma #E182A1

Tints of Carissma #E182A1

RGB

 RED value IS 225 (88.28% from 255) = 43.6%

 GREEN value IS 130 (51.17% from 255) = 25.19%

 BLUE value IS 161 (63.28% from 255) = 31.2%

R = 43.6%
G = 25.19%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E182A1 (or 0xE182A1) is known color: Carissma. HEX triplet: E1, 82 and A1. RGB value is (225,130,161). Sum of RGB (Red+Green+Blue) = 225+130+161=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E182A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E182A1 is #1E7D5E. Grayscale: #A1A1A1. Windows color (decimal): -1998175 or 10584801. OLE color: 10584801.

HSL color Cylindrical-coordinate representation of color #E182A1: hue angle of 340.42º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E182A1 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 161 -
CMYK 0 0.42 0.28 0.12
HSL 340.42º 0.61% 0.7% -
HSV(B) 340.42º 0.42% 0.88% -
XYZ 45.47 34.55 37.99 -
YUV 161.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 225 130 161 0 0.42 0.28 0.12 340.42 0.61 0.7
Hex E1 82 A1 0 2A 1C C 154 3D 46
Octal 341 202 241 0 52 34 14 524 75 106
Binary 11100001 10000010 10100001 0 101010 11100 1100 101010100 111101 1000110

Color Harmonies of #E182A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E182A1

Black with #E182A1

Text Example


Text Example

White with #E182A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E182A1; }

 p { color: rgb(225,130,161); }

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

background-color css

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

 a { background-color: rgb(225,130,161); }

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

border-color css

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

 span { border-color: rgb(225,130,161); }

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