Html Css Color HEX #E2828B Carissma

📋 copy color: '#E2828B'

red 226 ◦ green 130 ◦ blue 139

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

Shades of Carissma #E2828B

Tints of Carissma #E2828B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.08%

R = 45.66%
G = 26.26%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2828B (or 0xE2828B) is known color: Carissma. HEX triplet: E2, 82 and 8B. RGB value is (226,130,139). Sum of RGB (Red+Green+Blue) = 226+130+139=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2828B is #1D7D74. Grayscale: #9F9F9F. Windows color (decimal): -1932661 or 9143010. OLE color: 9143010.

HSL color Cylindrical-coordinate representation of color #E2828B: hue angle of 354.38º 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 #E2828B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 139 -
CMYK 0 0.42 0.38 0.11
HSL 354.38º 0.62% 0.7% -
HSV(B) 354.38º 0.42% 0.89% -
XYZ 44.01 34 28.67 -
YUV 159.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 226 130 139 0 0.42 0.38 0.11 354.38 0.62 0.7
Hex E2 82 8B 0 2A 26 B 162 3E 46
Octal 342 202 213 0 52 46 13 542 76 106
Binary 11100010 10000010 10001011 0 101010 100110 1011 101100010 111110 1000110

Color Harmonies of #E2828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2828B

Black with #E2828B

Text Example


Text Example

White with #E2828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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