Html Css Color HEX #E77F8E Carissma

📋 copy color: '#E77F8E'

red 231 ◦ green 127 ◦ blue 142

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

Shades of Carissma #E77F8E

Tints of Carissma #E77F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 46.2%
G = 25.4%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E77F8E (or 0xE77F8E) is known color: Carissma. HEX triplet: E7, 7F and 8E. RGB value is (231,127,142). Sum of RGB (Red+Green+Blue) = 231+127+142=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77F8E is #188071. Grayscale: #9F9F9F. Windows color (decimal): -1605746 or 9338855. OLE color: 9338855.

HSL color Cylindrical-coordinate representation of color #E77F8E: hue angle of 351.35º 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 #E77F8E is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 127 142 -
CMYK 0 0.45 0.39 0.09
HSL 351.35º 0.68% 0.7% -
HSV(B) 351.35º 0.45% 0.91% -
XYZ 45.43 34.12 29.78 -
YUV 159.81 117.96 178.78 -
System Red Green Blue C M Y K H S L
Decimal 231 127 142 0 0.45 0.39 0.09 351.35 0.68 0.7
Hex E7 7F 8E 0 2D 27 9 15F 44 46
Octal 347 177 216 0 55 47 11 537 104 106
Binary 11100111 1111111 10001110 0 101101 100111 1001 101011111 1000100 1000110

Color Harmonies of #E77F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77F8E

Black with #E77F8E

Text Example


Text Example

White with #E77F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77F8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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