Html Css Color HEX #E2849A Carissma

📋 copy color: '#E2849A'

red 226 ◦ green 132 ◦ blue 154

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

Shades of Carissma #E2849A

Tints of Carissma #E2849A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.78%

 BLUE value IS 154 (60.55% from 255) = 30.08%

R = 44.14%
G = 25.78%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2849A (or 0xE2849A) is known color: Carissma. HEX triplet: E2, 84 and 9A. RGB value is (226,132,154). Sum of RGB (Red+Green+Blue) = 226+132+154=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2849A is #1D7B65. Grayscale: #A2A2A2. Windows color (decimal): -1932134 or 10126562. OLE color: 10126562.

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

Color convert

RGB 226 132 154 -
CMYK 0 0.42 0.32 0.11
HSL 345.96º 0.62% 0.7% -
HSV(B) 345.96º 0.42% 0.89% -
XYZ 45.45 35 34.93 -
YUV 162.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 226 132 154 0 0.42 0.32 0.11 345.96 0.62 0.7
Hex E2 84 9A 0 2A 20 B 15A 3E 46
Octal 342 204 232 0 52 40 13 532 76 106
Binary 11100010 10000100 10011010 0 101010 100000 1011 101011010 111110 1000110

Color Harmonies of #E2849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2849A

Black with #E2849A

Text Example


Text Example

White with #E2849A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2849A; }

 p { color: rgb(226,132,154); }

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

background-color css

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

 a { background-color: rgb(226,132,154); }

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

border-color css

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

 span { border-color: rgb(226,132,154); }

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