Html Css Color HEX #E07F9E Carissma

📋 copy color: '#E07F9E'

red 224 ◦ green 127 ◦ blue 158

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

Shades of Carissma #E07F9E

Tints of Carissma #E07F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.04%

R = 44.01%
G = 24.95%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E07F9E (or 0xE07F9E) is known color: Carissma. HEX triplet: E0, 7F and 9E. RGB value is (224,127,158). Sum of RGB (Red+Green+Blue) = 224+127+158=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F9E is #1F8061. Grayscale: #9F9F9F. Windows color (decimal): -2064482 or 10387424. OLE color: 10387424.

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

Color convert

RGB 224 127 158 -
CMYK 0 0.43 0.29 0.12
HSL 340.82º 0.61% 0.69% -
HSV(B) 340.82º 0.43% 0.88% -
XYZ 44.5 33.49 36.47 -
YUV 159.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 224 127 158 0 0.43 0.29 0.12 340.82 0.61 0.69
Hex E0 7F 9E 0 2B 1D C 155 3D 45
Octal 340 177 236 0 53 35 14 525 75 105
Binary 11100000 1111111 10011110 0 101011 11101 1100 101010101 111101 1000101

Color Harmonies of #E07F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F9E

Black with #E07F9E

Text Example


Text Example

White with #E07F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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