Html Css Color HEX #E1808A Carissma

📋 copy color: '#E1808A'

red 225 ◦ green 128 ◦ blue 138

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

Shades of Carissma #E1808A

Tints of Carissma #E1808A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 45.82%
G = 26.07%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E1808A (or 0xE1808A) is known color: Carissma. HEX triplet: E1, 80 and 8A. RGB value is (225,128,138). Sum of RGB (Red+Green+Blue) = 225+128+138=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1808A is #1E7F75. Grayscale: #9E9E9E. Windows color (decimal): -1998710 or 9076961. OLE color: 9076961.

HSL color Cylindrical-coordinate representation of color #E1808A: hue angle of 353.81º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E1808A is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 128 138 -
CMYK 0 0.43 0.39 0.12
HSL 353.81º 0.62% 0.69% -
HSV(B) 353.81º 0.43% 0.88% -
XYZ 43.36 33.28 28.18 -
YUV 158.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 225 128 138 0 0.43 0.39 0.12 353.81 0.62 0.69
Hex E1 80 8A 0 2B 27 C 162 3E 45
Octal 341 200 212 0 53 47 14 542 76 105
Binary 11100001 10000000 10001010 0 101011 100111 1100 101100010 111110 1000101

Color Harmonies of #E1808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1808A

Black with #E1808A

Text Example


Text Example

White with #E1808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1808A; }

 p { color: rgb(225,128,138); }

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

background-color css

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

 a { background-color: rgb(225,128,138); }

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

border-color css

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

 span { border-color: rgb(225,128,138); }

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