Html Css Color HEX #E07D99 Carissma

📋 copy color: '#E07D99'

red 224 ◦ green 125 ◦ blue 153

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

Shades of Carissma #E07D99

Tints of Carissma #E07D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.9%

 BLUE value IS 153 (60.16% from 255) = 30.48%

R = 44.62%
G = 24.9%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E07D99 (or 0xE07D99) is known color: Carissma. HEX triplet: E0, 7D and 99. RGB value is (224,125,153). Sum of RGB (Red+Green+Blue) = 224+125+153=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D99 is #1F8266. Grayscale: #9D9D9D. Windows color (decimal): -2064999 or 10059232. OLE color: 10059232.

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

Color convert

RGB 224 125 153 -
CMYK 0 0.44 0.32 0.12
HSL 343.03º 0.61% 0.68% -
HSV(B) 343.03º 0.44% 0.88% -
XYZ 43.82 32.81 34.16 -
YUV 157.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 224 125 153 0 0.44 0.32 0.12 343.03 0.61 0.68
Hex E0 7D 99 0 2C 20 C 157 3D 44
Octal 340 175 231 0 54 40 14 527 75 104
Binary 11100000 1111101 10011001 0 101100 100000 1100 101010111 111101 1000100

Color Harmonies of #E07D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D99

Black with #E07D99

Text Example


Text Example

White with #E07D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D99; }

 p { color: rgb(224,125,153); }

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

background-color css

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

 a { background-color: rgb(224,125,153); }

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

border-color css

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

 span { border-color: rgb(224,125,153); }

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