Html Css Color HEX #E08294 Carissma

📋 copy color: '#E08294'

red 224 ◦ green 130 ◦ blue 148

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

Shades of Carissma #E08294

Tints of Carissma #E08294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.9%

 BLUE value IS 148 (58.2% from 255) = 29.48%

R = 44.62%
G = 25.9%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E08294 (or 0xE08294) is known color: Carissma. HEX triplet: E0, 82 and 94. RGB value is (224,130,148). Sum of RGB (Red+Green+Blue) = 224+130+148=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E08294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08294 is #1F7D6B. Grayscale: #A0A0A0. Windows color (decimal): -2063724 or 9732832. OLE color: 9732832.

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

Color convert

RGB 224 130 148 -
CMYK 0 0.42 0.34 0.12
HSL 348.51º 0.6% 0.69% -
HSV(B) 348.51º 0.42% 0.88% -
XYZ 44.07 33.95 32.25 -
YUV 160.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 224 130 148 0 0.42 0.34 0.12 348.51 0.6 0.69
Hex E0 82 94 0 2A 22 C 15D 3C 45
Octal 340 202 224 0 52 42 14 535 74 105
Binary 11100000 10000010 10010100 0 101010 100010 1100 101011101 111100 1000101

Color Harmonies of #E08294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08294

Black with #E08294

Text Example


Text Example

White with #E08294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08294; }

 p { color: rgb(224,130,148); }

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

background-color css

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

 a { background-color: rgb(224,130,148); }

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

border-color css

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

 span { border-color: rgb(224,130,148); }

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