Html Css Color HEX #E07C95 Carissma

📋 copy color: '#E07C95'

red 224 ◦ green 124 ◦ blue 149

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

Shades of Carissma #E07C95

Tints of Carissma #E07C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.95%

 BLUE value IS 149 (58.59% from 255) = 29.98%

R = 45.07%
G = 24.95%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E07C95 (or 0xE07C95) is known color: Carissma. HEX triplet: E0, 7C and 95. RGB value is (224,124,149). Sum of RGB (Red+Green+Blue) = 224+124+149=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C95 is #1F836A. Grayscale: #9C9C9C. Windows color (decimal): -2065259 or 9796832. OLE color: 9796832.

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

Color convert

RGB 224 124 149 -
CMYK 0 0.45 0.33 0.12
HSL 345º 0.62% 0.68% -
HSV(B) 345º 0.45% 0.88% -
XYZ 43.37 32.43 32.41 -
YUV 156.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 224 124 149 0 0.45 0.33 0.12 345 0.62 0.68
Hex E0 7C 95 0 2D 21 C 159 3E 44
Octal 340 174 225 0 55 41 14 531 76 104
Binary 11100000 1111100 10010101 0 101101 100001 1100 101011001 111110 1000100

Color Harmonies of #E07C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C95

Black with #E07C95

Text Example


Text Example

White with #E07C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C95; }

 p { color: rgb(224,124,149); }

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

background-color css

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

 a { background-color: rgb(224,124,149); }

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

border-color css

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

 span { border-color: rgb(224,124,149); }

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