Html Css Color HEX #E0808C Carissma

📋 copy color: '#E0808C'

red 224 ◦ green 128 ◦ blue 140

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

Shades of Carissma #E0808C

Tints of Carissma #E0808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.02%

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 45.53%
G = 26.02%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0808C (or 0xE0808C) is known color: Carissma. HEX triplet: E0, 80 and 8C. RGB value is (224,128,140). Sum of RGB (Red+Green+Blue) = 224+128+140=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E0808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0808C is #1F7F73. Grayscale: #9E9E9E. Windows color (decimal): -2064244 or 9208032. OLE color: 9208032.

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

Color convert

RGB 224 128 140 -
CMYK 0 0.43 0.38 0.12
HSL 352.5º 0.61% 0.69% -
HSV(B) 352.5º 0.43% 0.88% -
XYZ 43.19 33.18 28.94 -
YUV 158.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 224 128 140 0 0.43 0.38 0.12 352.5 0.61 0.69
Hex E0 80 8C 0 2B 26 C 160 3D 45
Octal 340 200 214 0 53 46 14 540 75 105
Binary 11100000 10000000 10001100 0 101011 100110 1100 101100000 111101 1000101

Color Harmonies of #E0808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0808C

Black with #E0808C

Text Example


Text Example

White with #E0808C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0808C; }

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

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

background-color css

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

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

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

border-color css

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

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

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