Html Css Color HEX #E07D9E Carissma

📋 copy color: '#E07D9E'

red 224 ◦ green 125 ◦ blue 158

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

Shades of Carissma #E07D9E

Tints of Carissma #E07D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.16%

R = 44.18%
G = 24.65%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E07D9E (or 0xE07D9E) is known color: Carissma. HEX triplet: E0, 7D and 9E. RGB value is (224,125,158). Sum of RGB (Red+Green+Blue) = 224+125+158=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D9E is #1F8261. Grayscale: #9E9E9E. Windows color (decimal): -2064994 or 10386912. OLE color: 10386912.

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

Color convert

RGB 224 125 158 -
CMYK 0 0.44 0.29 0.12
HSL 340º 0.61% 0.68% -
HSV(B) 340º 0.44% 0.88% -
XYZ 44.25 32.98 36.38 -
YUV 158.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 224 125 158 0 0.44 0.29 0.12 340 0.61 0.68
Hex E0 7D 9E 0 2C 1D C 154 3D 44
Octal 340 175 236 0 54 35 14 524 75 104
Binary 11100000 1111101 10011110 0 101100 11101 1100 101010100 111101 1000100

Color Harmonies of #E07D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D9E

Black with #E07D9E

Text Example


Text Example

White with #E07D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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