Html Css Color HEX #E07D98 Carissma

📋 copy color: '#E07D98'

red 224 ◦ green 125 ◦ blue 152

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

Shades of Carissma #E07D98

Tints of Carissma #E07D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.34%

R = 44.71%
G = 24.95%
B = 30.34%

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

#E07D98 (or 0xE07D98) is known color: Carissma. HEX triplet: E0, 7D and 98. RGB value is (224,125,152). Sum of RGB (Red+Green+Blue) = 224+125+152=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D98 is #1F8267. Grayscale: #9D9D9D. Windows color (decimal): -2065000 or 9993696. OLE color: 9993696.

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

Color convert

RGB 224 125 152 -
CMYK 0 0.44 0.32 0.12
HSL 343.64º 0.61% 0.68% -
HSV(B) 343.64º 0.44% 0.88% -
XYZ 43.74 32.78 33.73 -
YUV 157.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 224 125 152 0 0.44 0.32 0.12 343.64 0.61 0.68
Hex E0 7D 98 0 2C 20 C 158 3D 44
Octal 340 175 230 0 54 40 14 530 75 104
Binary 11100000 1111101 10011000 0 101100 100000 1100 101011000 111101 1000100

Color Harmonies of #E07D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D98

Black with #E07D98

Text Example


Text Example

White with #E07D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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