Html Css Color HEX #E07D9A Carissma

📋 copy color: '#E07D9A'

red 224 ◦ green 125 ◦ blue 154

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

Shades of Carissma #E07D9A

Tints of Carissma #E07D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 44.53%
G = 24.85%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E07D9A (or 0xE07D9A) is known color: Carissma. HEX triplet: E0, 7D and 9A. RGB value is (224,125,154). Sum of RGB (Red+Green+Blue) = 224+125+154=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D9A is #1F8265. Grayscale: #9D9D9D. Windows color (decimal): -2064998 or 10124768. OLE color: 10124768.

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

Color convert

RGB 224 125 154 -
CMYK 0 0.44 0.31 0.12
HSL 342.42º 0.61% 0.68% -
HSV(B) 342.42º 0.44% 0.88% -
XYZ 43.91 32.85 34.6 -
YUV 157.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 224 125 154 0 0.44 0.31 0.12 342.42 0.61 0.68
Hex E0 7D 9A 0 2C 1F C 156 3D 44
Octal 340 175 232 0 54 37 14 526 75 104
Binary 11100000 1111101 10011010 0 101100 11111 1100 101010110 111101 1000100

Color Harmonies of #E07D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D9A

Black with #E07D9A

Text Example


Text Example

White with #E07D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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