Html Css Color HEX #E96B7A Froly

📋 copy color: '#E96B7A'

red 233 ◦ green 107 ◦ blue 122

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

Shades of Froly #E96B7A

Tints of Froly #E96B7A

RGB

 RED value IS 233 (91.41% from 255) = 50.43%

 GREEN value IS 107 (42.19% from 255) = 23.16%

 BLUE value IS 122 (48.05% from 255) = 26.41%

R = 50.43%
G = 23.16%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E96B7A (or 0xE96B7A) is known color: Froly. HEX triplet: E9, 6B and 7A. RGB value is (233,107,122). Sum of RGB (Red+Green+Blue) = 233+107+122=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E96B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96B7A is #169485. Grayscale: #929292. Windows color (decimal): -1479814 or 8023017. OLE color: 8023017.

HSL color Cylindrical-coordinate representation of color #E96B7A: hue angle of 352.86º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E96B7A is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 107 122 -
CMYK 0 0.54 0.48 0.09
HSL 352.86º 0.74% 0.67% -
HSV(B) 352.86º 0.54% 0.91% -
XYZ 42.37 29.24 21.82 -
YUV 146.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 233 107 122 0 0.54 0.48 0.09 352.86 0.74 0.67
Hex E9 6B 7A 0 36 30 9 161 4A 43
Octal 351 153 172 0 66 60 11 541 112 103
Binary 11101001 1101011 1111010 0 110110 110000 1001 101100001 1001010 1000011

Color Harmonies of #E96B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96B7A

Black with #E96B7A

Text Example


Text Example

White with #E96B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96B7A; }

 p { color: rgb(233,107,122); }

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

background-color css

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

 a { background-color: rgb(233,107,122); }

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

border-color css

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

 span { border-color: rgb(233,107,122); }

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