Html Css Color HEX #E95A65 Froly

📋 copy color: '#E95A65'

red 233 ◦ green 90 ◦ blue 101

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

Shades of Froly #E95A65

Tints of Froly #E95A65

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.23%

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 54.95%
G = 21.23%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E95A65 (or 0xE95A65) is known color: Froly. HEX triplet: E9, 5A and 65. RGB value is (233,90,101). Sum of RGB (Red+Green+Blue) = 233+90+101=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95A65 is #16A59A. Grayscale: #868686. Windows color (decimal): -1484187 or 6642409. OLE color: 6642409.

HSL color Cylindrical-coordinate representation of color #E95A65: hue angle of 355.38º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95A65 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 90 101 -
CMYK 0 0.61 0.57 0.09
HSL 355.38º 0.76% 0.63% -
HSV(B) 355.38º 0.61% 0.91% -
XYZ 39.61 25.58 15.16 -
YUV 134.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 233 90 101 0 0.61 0.57 0.09 355.38 0.76 0.63
Hex E9 5A 65 0 3D 39 9 163 4C 3F
Octal 351 132 145 0 75 71 11 543 114 77
Binary 11101001 1011010 1100101 0 111101 111001 1001 101100011 1001100 111111

Color Harmonies of #E95A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A65

Black with #E95A65

Text Example


Text Example

White with #E95A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A65; }

 p { color: rgb(233,90,101); }

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

background-color css

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

 a { background-color: rgb(233,90,101); }

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

border-color css

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

 span { border-color: rgb(233,90,101); }

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