Html Css Color HEX #E0868F Carissma

📋 copy color: '#E0868F'

red 224 ◦ green 134 ◦ blue 143

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

Shades of Carissma #E0868F

Tints of Carissma #E0868F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.54%

R = 44.71%
G = 26.75%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E0868F (or 0xE0868F) is known color: Carissma. HEX triplet: E0, 86 and 8F. RGB value is (224,134,143). Sum of RGB (Red+Green+Blue) = 224+134+143=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0868F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0868F is #1F7970. Grayscale: #A1A1A1. Windows color (decimal): -2062705 or 9406176. OLE color: 9406176.

HSL color Cylindrical-coordinate representation of color #E0868F: hue angle of 354º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0868F is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 143 -
CMYK 0 0.40 0.36 0.12
HSL 354º 0.59% 0.7% -
HSV(B) 354º 0.4% 0.88% -
XYZ 44.22 34.88 30.39 -
YUV 161.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 224 134 143 0 0.40 0.36 0.12 354 0.59 0.7
Hex E0 86 8F 0 28 24 C 162 3B 46
Octal 340 206 217 0 50 44 14 542 73 106
Binary 11100000 10000110 10001111 0 101000 100100 1100 101100010 111011 1000110

Color Harmonies of #E0868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0868F

Black with #E0868F

Text Example


Text Example

White with #E0868F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0868F; }

 p { color: rgb(224,134,143); }

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

background-color css

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

 a { background-color: rgb(224,134,143); }

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

border-color css

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

 span { border-color: rgb(224,134,143); }

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