Html Css Color HEX #E08C98 Carissma

📋 copy color: '#E08C98'

red 224 ◦ green 140 ◦ blue 152

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

Shades of Carissma #E08C98

Tints of Carissma #E08C98

RGB

 RED value IS 224 (87.89% from 255) = 43.41%

 GREEN value IS 140 (55.08% from 255) = 27.13%

 BLUE value IS 152 (59.77% from 255) = 29.46%

R = 43.41%
G = 27.13%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E08C98 (or 0xE08C98) is known color: Carissma. HEX triplet: E0, 8C and 98. RGB value is (224,140,152). Sum of RGB (Red+Green+Blue) = 224+140+152=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08C98 is #1F7367. Grayscale: #A6A6A6. Windows color (decimal): -2061160 or 9997536. OLE color: 9997536.

HSL color Cylindrical-coordinate representation of color #E08C98: hue angle of 351.43º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08C98 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 140 152 -
CMYK 0 0.38 0.32 0.12
HSL 351.43º 0.58% 0.71% -
HSV(B) 351.43º 0.38% 0.88% -
XYZ 45.79 36.87 34.41 -
YUV 166.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 224 140 152 0 0.38 0.32 0.12 351.43 0.58 0.71
Hex E0 8C 98 0 26 20 C 15F 3A 47
Octal 340 214 230 0 46 40 14 537 72 107
Binary 11100000 10001100 10011000 0 100110 100000 1100 101011111 111010 1000111

Color Harmonies of #E08C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C98

Black with #E08C98

Text Example


Text Example

White with #E08C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C98; }

 p { color: rgb(224,140,152); }

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

background-color css

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

 a { background-color: rgb(224,140,152); }

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

border-color css

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

 span { border-color: rgb(224,140,152); }

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