Html Css Color HEX #E07F92 Carissma

📋 copy color: '#E07F92'

red 224 ◦ green 127 ◦ blue 146

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

Shades of Carissma #E07F92

Tints of Carissma #E07F92

RGB

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

 GREEN value IS 127 (50% from 255) = 25.55%

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

R = 45.07%
G = 25.55%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E07F92 (or 0xE07F92) is known color: Carissma. HEX triplet: E0, 7F and 92. RGB value is (224,127,146). Sum of RGB (Red+Green+Blue) = 224+127+146=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F92 is #1F806D. Grayscale: #9E9E9E. Windows color (decimal): -2064494 or 9600992. OLE color: 9600992.

HSL color Cylindrical-coordinate representation of color #E07F92: hue angle of 348.25º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07F92 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 146 -
CMYK 0 0.43 0.35 0.12
HSL 348.25º 0.61% 0.69% -
HSV(B) 348.25º 0.43% 0.88% -
XYZ 43.52 33.1 31.29 -
YUV 158.17 121.14 174.96 -
System Red Green Blue C M Y K H S L
Decimal 224 127 146 0 0.43 0.35 0.12 348.25 0.61 0.69
Hex E0 7F 92 0 2B 23 C 15C 3D 45
Octal 340 177 222 0 53 43 14 534 75 105
Binary 11100000 1111111 10010010 0 101011 100011 1100 101011100 111101 1000101

Color Harmonies of #E07F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F92

Black with #E07F92

Text Example


Text Example

White with #E07F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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