Html Css Color HEX #E885A1 Carissma

📋 copy color: '#E885A1'

red 232 ◦ green 133 ◦ blue 161

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

Shades of Carissma #E885A1

Tints of Carissma #E885A1

RGB

 RED value IS 232 (91.02% from 255) = 44.11%

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

 BLUE value IS 161 (63.28% from 255) = 30.61%

R = 44.11%
G = 25.29%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E885A1 (or 0xE885A1) is known color: Carissma. HEX triplet: E8, 85 and A1. RGB value is (232,133,161). Sum of RGB (Red+Green+Blue) = 232+133+161=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E885A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E885A1 is #177A5E. Grayscale: #A5A5A5. Windows color (decimal): -1538655 or 10585576. OLE color: 10585576.

HSL color Cylindrical-coordinate representation of color #E885A1: hue angle of 343.03º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E885A1 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 133 161 -
CMYK 0 0.43 0.31 0.09
HSL 343.03º 0.68% 0.72% -
HSV(B) 343.03º 0.43% 0.91% -
XYZ 48.1 36.5 38.23 -
YUV 165.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 232 133 161 0 0.43 0.31 0.09 343.03 0.68 0.72
Hex E8 85 A1 0 2B 1F 9 157 44 48
Octal 350 205 241 0 53 37 11 527 104 110
Binary 11101000 10000101 10100001 0 101011 11111 1001 101010111 1000100 1001000

Color Harmonies of #E885A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E885A1

Black with #E885A1

Text Example


Text Example

White with #E885A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E885A1; }

 p { color: rgb(232,133,161); }

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

background-color css

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

 a { background-color: rgb(232,133,161); }

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

border-color css

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

 span { border-color: rgb(232,133,161); }

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