Html Css Color HEX #E986A0 Carissma

📋 copy color: '#E986A0'

red 233 ◦ green 134 ◦ blue 160

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

Shades of Carissma #E986A0

Tints of Carissma #E986A0

RGB

 RED value IS 233 (91.41% from 255) = 44.21%

 GREEN value IS 134 (52.73% from 255) = 25.43%

 BLUE value IS 160 (62.89% from 255) = 30.36%

R = 44.21%
G = 25.43%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E986A0 (or 0xE986A0) is known color: Carissma. HEX triplet: E9, 86 and A0. RGB value is (233,134,160). Sum of RGB (Red+Green+Blue) = 233+134+160=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E986A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E986A0 is #16795F. Grayscale: #A6A6A6. Windows color (decimal): -1472864 or 10520297. OLE color: 10520297.

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

Color convert

RGB 233 134 160 -
CMYK 0 0.42 0.31 0.09
HSL 344.24º 0.69% 0.72% -
HSV(B) 344.24º 0.42% 0.91% -
XYZ 48.47 36.91 37.83 -
YUV 166.57 124.3 175.39 -
System Red Green Blue C M Y K H S L
Decimal 233 134 160 0 0.42 0.31 0.09 344.24 0.69 0.72
Hex E9 86 A0 0 2A 1F 9 158 45 48
Octal 351 206 240 0 52 37 11 530 105 110
Binary 11101001 10000110 10100000 0 101010 11111 1001 101011000 1000101 1001000

Color Harmonies of #E986A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E986A0

Black with #E986A0

Text Example


Text Example

White with #E986A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E986A0; }

 p { color: rgb(233,134,160); }

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

background-color css

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

 a { background-color: rgb(233,134,160); }

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

border-color css

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

 span { border-color: rgb(233,134,160); }

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