Html Css Color HEX #E9606A Froly

📋 copy color: '#E9606A'

red 233 ◦ green 96 ◦ blue 106

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

Shades of Froly #E9606A

Tints of Froly #E9606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.07%

 BLUE value IS 106 (41.8% from 255) = 24.37%

R = 53.56%
G = 22.07%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9606A (or 0xE9606A) is known color: Froly. HEX triplet: E9, 60 and 6A. RGB value is (233,96,106). Sum of RGB (Red+Green+Blue) = 233+96+106=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E9606A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9606A is #169F95. Grayscale: #8A8A8A. Windows color (decimal): -1482646 or 6971625. OLE color: 6971625.

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

Color convert

RGB 233 96 106 -
CMYK 0 0.59 0.55 0.09
HSL 355.62º 0.76% 0.65% -
HSV(B) 355.62º 0.59% 0.91% -
XYZ 40.39 26.73 16.67 -
YUV 138.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 233 96 106 0 0.59 0.55 0.09 355.62 0.76 0.65
Hex E9 60 6A 0 3B 37 9 164 4C 41
Octal 351 140 152 0 73 67 11 544 114 101
Binary 11101001 1100000 1101010 0 111011 110111 1001 101100100 1001100 1000001

Color Harmonies of #E9606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9606A

Black with #E9606A

Text Example


Text Example

White with #E9606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9606A; }

 p { color: rgb(233,96,106); }

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

background-color css

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

 a { background-color: rgb(233,96,106); }

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

border-color css

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

 span { border-color: rgb(233,96,106); }

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