Html Css Color HEX #E2828A Carissma

📋 copy color: '#E2828A'

red 226 ◦ green 130 ◦ blue 138

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

Shades of Carissma #E2828A

Tints of Carissma #E2828A

RGB

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

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

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

R = 45.75%
G = 26.32%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E2828A (or 0xE2828A) is known color: Carissma. HEX triplet: E2, 82 and 8A. RGB value is (226,130,138). Sum of RGB (Red+Green+Blue) = 226+130+138=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2828A is #1D7D75. Grayscale: #9F9F9F. Windows color (decimal): -1932662 or 9077474. OLE color: 9077474.

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

Color convert

RGB 226 130 138 -
CMYK 0 0.42 0.39 0.11
HSL 355º 0.62% 0.7% -
HSV(B) 355º 0.42% 0.89% -
XYZ 43.93 33.97 28.29 -
YUV 159.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 226 130 138 0 0.42 0.39 0.11 355 0.62 0.7
Hex E2 82 8A 0 2A 27 B 163 3E 46
Octal 342 202 212 0 52 47 13 543 76 106
Binary 11100010 10000010 10001010 0 101010 100111 1011 101100011 111110 1000110

Color Harmonies of #E2828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2828A

Black with #E2828A

Text Example


Text Example

White with #E2828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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