Html Css Color HEX #E77F9E Carissma

📋 copy color: '#E77F9E'

red 231 ◦ green 127 ◦ blue 158

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

Shades of Carissma #E77F9E

Tints of Carissma #E77F9E

RGB

 RED value IS 231 (90.63% from 255) = 44.77%

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

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

R = 44.77%
G = 24.61%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#E77F9E (or 0xE77F9E) is known color: Carissma. HEX triplet: E7, 7F and 9E. RGB value is (231,127,158). Sum of RGB (Red+Green+Blue) = 231+127+158=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77F9E is #188061. Grayscale: #A1A1A1. Windows color (decimal): -1605730 or 10387431. OLE color: 10387431.

HSL color Cylindrical-coordinate representation of color #E77F9E: hue angle of 342.12º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77F9E is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 127 158 -
CMYK 0 0.45 0.32 0.09
HSL 342.12º 0.68% 0.7% -
HSV(B) 342.12º 0.45% 0.91% -
XYZ 46.72 34.64 36.57 -
YUV 161.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 231 127 158 0 0.45 0.32 0.09 342.12 0.68 0.7
Hex E7 7F 9E 0 2D 20 9 156 44 46
Octal 347 177 236 0 55 40 11 526 104 106
Binary 11100111 1111111 10011110 0 101101 100000 1001 101010110 1000100 1000110

Color Harmonies of #E77F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77F9E

Black with #E77F9E

Text Example


Text Example

White with #E77F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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