Html Css Color HEX #EB6471 Froly

📋 copy color: '#EB6471'

red 235 ◦ green 100 ◦ blue 113

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

Shades of Froly #EB6471

Tints of Froly #EB6471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.22%

R = 52.46%
G = 22.32%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB6471 (or 0xEB6471) is known color: Froly. HEX triplet: EB, 64 and 71. RGB value is (235,100,113). Sum of RGB (Red+Green+Blue) = 235+100+113=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6471 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6471 is #149B8E. Grayscale: #8D8D8D. Windows color (decimal): -1350543 or 7431403. OLE color: 7431403.

HSL color Cylindrical-coordinate representation of color #EB6471: hue angle of 354.22º 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 #EB6471 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 100 113 -
CMYK 0 0.57 0.52 0.08
HSL 354.22º 0.77% 0.66% -
HSV(B) 354.22º 0.57% 0.92% -
XYZ 41.8 27.97 18.82 -
YUV 141.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 235 100 113 0 0.57 0.52 0.08 354.22 0.77 0.66
Hex EB 64 71 0 39 34 8 162 4D 42
Octal 353 144 161 0 71 64 10 542 115 102
Binary 11101011 1100100 1110001 0 111001 110100 1000 101100010 1001101 1000010

Color Harmonies of #EB6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6471

Black with #EB6471

Text Example


Text Example

White with #EB6471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6471; }

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

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

background-color css

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

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

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

border-color css

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

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

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