Html Css Color HEX #E985A1 Carissma

📋 copy color: '#E985A1'

red 233 ◦ green 133 ◦ blue 161

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

Shades of Carissma #E985A1

Tints of Carissma #E985A1

RGB

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

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

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

R = 44.21%
G = 25.24%
B = 30.55%

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

#E985A1 (or 0xE985A1) is known color: Carissma. HEX triplet: E9, 85 and A1. RGB value is (233,133,161). Sum of RGB (Red+Green+Blue) = 233+133+161=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E985A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E985A1 is #167A5E. Grayscale: #A6A6A6. Windows color (decimal): -1473119 or 10585577. OLE color: 10585577.

HSL color Cylindrical-coordinate representation of color #E985A1: hue angle of 343.2º degrees, saturation: 0.69, 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 #E985A1 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 133 161 -
CMYK 0 0.43 0.31 0.09
HSL 343.2º 0.69% 0.72% -
HSV(B) 343.2º 0.43% 0.91% -
XYZ 48.42 36.67 38.24 -
YUV 166.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 233 133 161 0 0.43 0.31 0.09 343.2 0.69 0.72
Hex E9 85 A1 0 2B 1F 9 157 45 48
Octal 351 205 241 0 53 37 11 527 105 110
Binary 11101001 10000101 10100001 0 101011 11111 1001 101010111 1000101 1001000

Color Harmonies of #E985A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E985A1

Black with #E985A1

Text Example


Text Example

White with #E985A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E985A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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