Html Css Color HEX #E2859A Carissma

📋 copy color: '#E2859A'

red 226 ◦ green 133 ◦ blue 154

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

Shades of Carissma #E2859A

Tints of Carissma #E2859A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.93%

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

R = 44.05%
G = 25.93%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E2859A (or 0xE2859A) is known color: Carissma. HEX triplet: E2, 85 and 9A. RGB value is (226,133,154). Sum of RGB (Red+Green+Blue) = 226+133+154=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2859A is #1D7A65. Grayscale: #A3A3A3. Windows color (decimal): -1931878 or 10126818. OLE color: 10126818.

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

Color convert

RGB 226 133 154 -
CMYK 0 0.41 0.32 0.11
HSL 346.45º 0.62% 0.7% -
HSV(B) 346.45º 0.41% 0.89% -
XYZ 45.58 35.28 34.98 -
YUV 163.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 226 133 154 0 0.41 0.32 0.11 346.45 0.62 0.7
Hex E2 85 9A 0 29 20 B 15A 3E 46
Octal 342 205 232 0 51 40 13 532 76 106
Binary 11100010 10000101 10011010 0 101001 100000 1011 101011010 111110 1000110

Color Harmonies of #E2859A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2859A

Black with #E2859A

Text Example


Text Example

White with #E2859A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2859A; }

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

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

background-color css

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

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

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

border-color css

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

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

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