Html Css Color HEX #E0868B Carissma

📋 copy color: '#E0868B'

red 224 ◦ green 134 ◦ blue 139

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

Shades of Carissma #E0868B

Tints of Carissma #E0868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 45.07%
G = 26.96%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0868B (or 0xE0868B) is known color: Carissma. HEX triplet: E0, 86 and 8B. RGB value is (224,134,139). Sum of RGB (Red+Green+Blue) = 224+134+139=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E0868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0868B is #1F7974. Grayscale: #A1A1A1. Windows color (decimal): -2062709 or 9144032. OLE color: 9144032.

HSL color Cylindrical-coordinate representation of color #E0868B: hue angle of 356.67º 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 #E0868B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 139 -
CMYK 0 0.40 0.38 0.12
HSL 356.67º 0.59% 0.7% -
HSV(B) 356.67º 0.4% 0.88% -
XYZ 43.93 34.76 28.82 -
YUV 161.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 224 134 139 0 0.40 0.38 0.12 356.67 0.59 0.7
Hex E0 86 8B 0 28 26 C 165 3B 46
Octal 340 206 213 0 50 46 14 545 73 106
Binary 11100000 10000110 10001011 0 101000 100110 1100 101100101 111011 1000110

Color Harmonies of #E0868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0868B

Black with #E0868B

Text Example


Text Example

White with #E0868B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0868B; }

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

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

background-color css

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

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

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

border-color css

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

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

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