Html Css Color HEX #E07D92 Carissma

📋 copy color: '#E07D92'

red 224 ◦ green 125 ◦ blue 146

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

Shades of Carissma #E07D92

Tints of Carissma #E07D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.49%

R = 45.25%
G = 25.25%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E07D92 (or 0xE07D92) is known color: Carissma. HEX triplet: E0, 7D and 92. RGB value is (224,125,146). Sum of RGB (Red+Green+Blue) = 224+125+146=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D92 is #1F826D. Grayscale: #9D9D9D. Windows color (decimal): -2065006 or 9600480. OLE color: 9600480.

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

Color convert

RGB 224 125 146 -
CMYK 0 0.44 0.35 0.12
HSL 347.27º 0.61% 0.68% -
HSV(B) 347.27º 0.44% 0.88% -
XYZ 43.26 32.59 31.2 -
YUV 157 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 224 125 146 0 0.44 0.35 0.12 347.27 0.61 0.68
Hex E0 7D 92 0 2C 23 C 15B 3D 44
Octal 340 175 222 0 54 43 14 533 75 104
Binary 11100000 1111101 10010010 0 101100 100011 1100 101011011 111101 1000100

Color Harmonies of #E07D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D92

Black with #E07D92

Text Example


Text Example

White with #E07D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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