Html Css Color HEX #E96269 Froly

📋 copy color: '#E96269'

red 233 ◦ green 98 ◦ blue 105

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

Shades of Froly #E96269

Tints of Froly #E96269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

 BLUE value IS 105 (41.41% from 255) = 24.08%

R = 53.44%
G = 22.48%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E96269 (or 0xE96269) is known color: Froly. HEX triplet: E9, 62 and 69. RGB value is (233,98,105). Sum of RGB (Red+Green+Blue) = 233+98+105=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E96269 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96269 is #169D96. Grayscale: #8B8B8B. Windows color (decimal): -1482135 or 6906601. OLE color: 6906601.

HSL color Cylindrical-coordinate representation of color #E96269: hue angle of 356.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96269 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 98 105 -
CMYK 0 0.58 0.55 0.09
HSL 356.89º 0.75% 0.65% -
HSV(B) 356.89º 0.58% 0.91% -
XYZ 40.52 27.08 16.46 -
YUV 139.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 233 98 105 0 0.58 0.55 0.09 356.89 0.75 0.65
Hex E9 62 69 0 3A 37 9 165 4B 41
Octal 351 142 151 0 72 67 11 545 113 101
Binary 11101001 1100010 1101001 0 111010 110111 1001 101100101 1001011 1000001

Color Harmonies of #E96269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96269

Black with #E96269

Text Example


Text Example

White with #E96269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96269; }

 p { color: rgb(233,98,105); }

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

background-color css

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

 a { background-color: rgb(233,98,105); }

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

border-color css

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

 span { border-color: rgb(233,98,105); }

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