Html Css Color HEX #E95A6A Froly

📋 copy color: '#E95A6A'

red 233 ◦ green 90 ◦ blue 106

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

Shades of Froly #E95A6A

Tints of Froly #E95A6A

RGB

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

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

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

R = 54.31%
G = 20.98%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E95A6A (or 0xE95A6A) is known color: Froly. HEX triplet: E9, 5A and 6A. RGB value is (233,90,106). Sum of RGB (Red+Green+Blue) = 233+90+106=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95A6A is #16A595. Grayscale: #868686. Windows color (decimal): -1484182 or 6970089. OLE color: 6970089.

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

Color convert

RGB 233 90 106 -
CMYK 0 0.61 0.55 0.09
HSL 353.29º 0.76% 0.63% -
HSV(B) 353.29º 0.61% 0.91% -
XYZ 39.86 25.68 16.49 -
YUV 134.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 233 90 106 0 0.61 0.55 0.09 353.29 0.76 0.63
Hex E9 5A 6A 0 3D 37 9 161 4C 3F
Octal 351 132 152 0 75 67 11 541 114 77
Binary 11101001 1011010 1101010 0 111101 110111 1001 101100001 1001100 111111

Color Harmonies of #E95A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A6A

Black with #E95A6A

Text Example


Text Example

White with #E95A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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