Html Css Color HEX #E07994 Carissma

📋 copy color: '#E07994'

red 224 ◦ green 121 ◦ blue 148

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

Shades of Carissma #E07994

Tints of Carissma #E07994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.54%

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

R = 45.44%
G = 24.54%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E07994 (or 0xE07994) is known color: Carissma. HEX triplet: E0, 79 and 94. RGB value is (224,121,148). Sum of RGB (Red+Green+Blue) = 224+121+148=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E07994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07994 is #1F866B. Grayscale: #9A9A9A. Windows color (decimal): -2066028 or 9730528. OLE color: 9730528.

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

Color convert

RGB 224 121 148 -
CMYK 0 0.46 0.34 0.12
HSL 344.27º 0.62% 0.68% -
HSV(B) 344.27º 0.46% 0.88% -
XYZ 42.92 31.66 31.87 -
YUV 154.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 224 121 148 0 0.46 0.34 0.12 344.27 0.62 0.68
Hex E0 79 94 0 2E 22 C 158 3E 44
Octal 340 171 224 0 56 42 14 530 76 104
Binary 11100000 1111001 10010100 0 101110 100010 1100 101011000 111110 1000100

Color Harmonies of #E07994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07994

Black with #E07994

Text Example


Text Example

White with #E07994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07994; }

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

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

background-color css

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

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

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

border-color css

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

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

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