Html Css Color HEX #E2808A Carissma

📋 copy color: '#E2808A'

red 226 ◦ green 128 ◦ blue 138

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

Shades of Carissma #E2808A

Tints of Carissma #E2808A

RGB

 RED value IS 226 (88.67% from 255) = 45.93%

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

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

R = 45.93%
G = 26.02%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2808A (or 0xE2808A) is known color: Carissma. HEX triplet: E2, 80 and 8A. RGB value is (226,128,138). Sum of RGB (Red+Green+Blue) = 226+128+138=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2808A is #1D7F75. Grayscale: #9E9E9E. Windows color (decimal): -1933174 or 9076962. OLE color: 9076962.

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

Color convert

RGB 226 128 138 -
CMYK 0 0.43 0.39 0.11
HSL 353.88º 0.63% 0.69% -
HSV(B) 353.88º 0.43% 0.89% -
XYZ 43.67 33.44 28.2 -
YUV 158.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 226 128 138 0 0.43 0.39 0.11 353.88 0.63 0.69
Hex E2 80 8A 0 2B 27 B 162 3F 45
Octal 342 200 212 0 53 47 13 542 77 105
Binary 11100010 10000000 10001010 0 101011 100111 1011 101100010 111111 1000101

Color Harmonies of #E2808A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2808A

Black with #E2808A

Text Example


Text Example

White with #E2808A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2808A; }

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

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

background-color css

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

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

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

border-color css

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

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

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