Html Css Color HEX #E07D9C Carissma

📋 copy color: '#E07D9C'

red 224 ◦ green 125 ◦ blue 156

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

Shades of Carissma #E07D9C

Tints of Carissma #E07D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.89%

R = 44.36%
G = 24.75%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E07D9C (or 0xE07D9C) is known color: Carissma. HEX triplet: E0, 7D and 9C. RGB value is (224,125,156). Sum of RGB (Red+Green+Blue) = 224+125+156=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D9C is #1F8263. Grayscale: #9E9E9E. Windows color (decimal): -2064996 or 10255840. OLE color: 10255840.

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

Color convert

RGB 224 125 156 -
CMYK 0 0.44 0.30 0.12
HSL 341.21º 0.61% 0.68% -
HSV(B) 341.21º 0.44% 0.88% -
XYZ 44.07 32.91 35.48 -
YUV 158.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 224 125 156 0 0.44 0.30 0.12 341.21 0.61 0.68
Hex E0 7D 9C 0 2C 1E C 155 3D 44
Octal 340 175 234 0 54 36 14 525 75 104
Binary 11100000 1111101 10011100 0 101100 11110 1100 101010101 111101 1000100

Color Harmonies of #E07D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D9C

Black with #E07D9C

Text Example


Text Example

White with #E07D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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