Html Css Color HEX #E07D8F Carissma

📋 copy color: '#E07D8F'

red 224 ◦ green 125 ◦ blue 143

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

Shades of Carissma #E07D8F

Tints of Carissma #E07D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 45.53%
G = 25.41%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E07D8F (or 0xE07D8F) is known color: Carissma. HEX triplet: E0, 7D and 8F. RGB value is (224,125,143). Sum of RGB (Red+Green+Blue) = 224+125+143=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D8F is #1F8270. Grayscale: #9C9C9C. Windows color (decimal): -2065009 or 9403872. OLE color: 9403872.

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

Color convert

RGB 224 125 143 -
CMYK 0 0.44 0.36 0.12
HSL 349.09º 0.61% 0.68% -
HSV(B) 349.09º 0.44% 0.88% -
XYZ 43.03 32.5 29.99 -
YUV 156.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 224 125 143 0 0.44 0.36 0.12 349.09 0.61 0.68
Hex E0 7D 8F 0 2C 24 C 15D 3D 44
Octal 340 175 217 0 54 44 14 535 75 104
Binary 11100000 1111101 10001111 0 101100 100100 1100 101011101 111101 1000100

Color Harmonies of #E07D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D8F

Black with #E07D8F

Text Example


Text Example

White with #E07D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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