Html Css Color HEX #E07D8E Carissma

📋 copy color: '#E07D8E'

red 224 ◦ green 125 ◦ blue 142

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

Shades of Carissma #E07D8E

Tints of Carissma #E07D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 45.62%
G = 25.46%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E07D8E (or 0xE07D8E) is known color: Carissma. HEX triplet: E0, 7D and 8E. RGB value is (224,125,142). Sum of RGB (Red+Green+Blue) = 224+125+142=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D8E is #1F8271. Grayscale: #9C9C9C. Windows color (decimal): -2065010 or 9338336. OLE color: 9338336.

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

Color convert

RGB 224 125 142 -
CMYK 0 0.44 0.37 0.12
HSL 349.7º 0.61% 0.68% -
HSV(B) 349.7º 0.44% 0.88% -
XYZ 42.96 32.47 29.59 -
YUV 156.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 224 125 142 0 0.44 0.37 0.12 349.7 0.61 0.68
Hex E0 7D 8E 0 2C 25 C 15E 3D 44
Octal 340 175 216 0 54 45 14 536 75 104
Binary 11100000 1111101 10001110 0 101100 100101 1100 101011110 111101 1000100

Color Harmonies of #E07D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D8E

Black with #E07D8E

Text Example


Text Example

White with #E07D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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