Html Css Color HEX #EB6474 Froly

📋 copy color: '#EB6474'

red 235 ◦ green 100 ◦ blue 116

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

Shades of Froly #EB6474

Tints of Froly #EB6474

RGB

 RED value IS 235 (92.19% from 255) = 52.11%

 GREEN value IS 100 (39.45% from 255) = 22.17%

 BLUE value IS 116 (45.7% from 255) = 25.72%

R = 52.11%
G = 22.17%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB6474 (or 0xEB6474) is known color: Froly. HEX triplet: EB, 64 and 74. RGB value is (235,100,116). Sum of RGB (Red+Green+Blue) = 235+100+116=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6474 is #149B8B. Grayscale: #8E8E8E. Windows color (decimal): -1350540 or 7628011. OLE color: 7628011.

HSL color Cylindrical-coordinate representation of color #EB6474: hue angle of 352.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EB6474 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 100 116 -
CMYK 0 0.57 0.51 0.08
HSL 352.89º 0.77% 0.66% -
HSV(B) 352.89º 0.57% 0.92% -
XYZ 41.97 28.04 19.72 -
YUV 142.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 235 100 116 0 0.57 0.51 0.08 352.89 0.77 0.66
Hex EB 64 74 0 39 33 8 161 4D 42
Octal 353 144 164 0 71 63 10 541 115 102
Binary 11101011 1100100 1110100 0 111001 110011 1000 101100001 1001101 1000010

Color Harmonies of #EB6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6474

Black with #EB6474

Text Example


Text Example

White with #EB6474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6474; }

 p { color: rgb(235,100,116); }

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

background-color css

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

 a { background-color: rgb(235,100,116); }

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

border-color css

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

 span { border-color: rgb(235,100,116); }

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