Html Css Color HEX #E2828F Carissma

📋 copy color: '#E2828F'

red 226 ◦ green 130 ◦ blue 143

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

Shades of Carissma #E2828F

Tints of Carissma #E2828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.66%

R = 45.29%
G = 26.05%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2828F (or 0xE2828F) is known color: Carissma. HEX triplet: E2, 82 and 8F. RGB value is (226,130,143). Sum of RGB (Red+Green+Blue) = 226+130+143=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2828F is #1D7D70. Grayscale: #A0A0A0. Windows color (decimal): -1932657 or 9405154. OLE color: 9405154.

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

Color convert

RGB 226 130 143 -
CMYK 0 0.42 0.37 0.11
HSL 351.88º 0.62% 0.7% -
HSV(B) 351.88º 0.42% 0.89% -
XYZ 44.3 34.12 30.24 -
YUV 160.19 118.3 174.94 -
System Red Green Blue C M Y K H S L
Decimal 226 130 143 0 0.42 0.37 0.11 351.88 0.62 0.7
Hex E2 82 8F 0 2A 25 B 160 3E 46
Octal 342 202 217 0 52 45 13 540 76 106
Binary 11100010 10000010 10001111 0 101010 100101 1011 101100000 111110 1000110

Color Harmonies of #E2828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2828F

Black with #E2828F

Text Example


Text Example

White with #E2828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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