Html Css Color HEX #E07C93 Carissma

📋 copy color: '#E07C93'

red 224 ◦ green 124 ◦ blue 147

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

Shades of Carissma #E07C93

Tints of Carissma #E07C93

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.05%

 BLUE value IS 147 (57.81% from 255) = 29.7%

R = 45.25%
G = 25.05%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E07C93 (or 0xE07C93) is known color: Carissma. HEX triplet: E0, 7C and 93. RGB value is (224,124,147). Sum of RGB (Red+Green+Blue) = 224+124+147=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C93 is #1F836C. Grayscale: #9C9C9C. Windows color (decimal): -2065261 or 9665760. OLE color: 9665760.

HSL color Cylindrical-coordinate representation of color #E07C93: hue angle of 346.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07C93 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 147 -
CMYK 0 0.45 0.34 0.12
HSL 346.2º 0.62% 0.68% -
HSV(B) 346.2º 0.45% 0.88% -
XYZ 43.21 32.37 31.57 -
YUV 156.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 224 124 147 0 0.45 0.34 0.12 346.2 0.62 0.68
Hex E0 7C 93 0 2D 22 C 15A 3E 44
Octal 340 174 223 0 55 42 14 532 76 104
Binary 11100000 1111100 10010011 0 101101 100010 1100 101011010 111110 1000100

Color Harmonies of #E07C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C93

Black with #E07C93

Text Example


Text Example

White with #E07C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C93; }

 p { color: rgb(224,124,147); }

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

background-color css

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

 a { background-color: rgb(224,124,147); }

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

border-color css

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

 span { border-color: rgb(224,124,147); }

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