Html Css Color HEX #E07993 Carissma

📋 copy color: '#E07993'

red 224 ◦ green 121 ◦ blue 147

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

Shades of Carissma #E07993

Tints of Carissma #E07993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.88%

R = 45.53%
G = 24.59%
B = 29.88%

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

#E07993 (or 0xE07993) is known color: Carissma. HEX triplet: E0, 79 and 93. RGB value is (224,121,147). Sum of RGB (Red+Green+Blue) = 224+121+147=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E07993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07993 is #1F866C. Grayscale: #9A9A9A. Windows color (decimal): -2066029 or 9664992. OLE color: 9664992.

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

Color convert

RGB 224 121 147 -
CMYK 0 0.46 0.34 0.12
HSL 344.85º 0.62% 0.68% -
HSV(B) 344.85º 0.46% 0.88% -
XYZ 42.84 31.63 31.45 -
YUV 154.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 224 121 147 0 0.46 0.34 0.12 344.85 0.62 0.68
Hex E0 79 93 0 2E 22 C 159 3E 44
Octal 340 171 223 0 56 42 14 531 76 104
Binary 11100000 1111001 10010011 0 101110 100010 1100 101011001 111110 1000100

Color Harmonies of #E07993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07993

Black with #E07993

Text Example


Text Example

White with #E07993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07993; }

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

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

background-color css

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

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

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

border-color css

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

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

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