Html Css Color HEX #EB717D Froly

📋 copy color: '#EB717D'

red 235 ◦ green 113 ◦ blue 125

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

Shades of Froly #EB717D

Tints of Froly #EB717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.89%

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 49.68%
G = 23.89%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB717D (or 0xEB717D) is known color: Froly. HEX triplet: EB, 71 and 7D. RGB value is (235,113,125). Sum of RGB (Red+Green+Blue) = 235+113+125=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 113 (44.53% from 255 or 23.89% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB717D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB717D is #148E82. Grayscale: #969696. Windows color (decimal): -1347203 or 8221163. OLE color: 8221163.

HSL color Cylindrical-coordinate representation of color #EB717D: hue angle of 354.1º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EB717D is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 113 125 -
CMYK 0 0.52 0.47 0.08
HSL 354.1º 0.75% 0.68% -
HSV(B) 354.1º 0.52% 0.92% -
XYZ 43.87 30.95 23.06 -
YUV 150.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 235 113 125 0 0.52 0.47 0.08 354.1 0.75 0.68
Hex EB 71 7D 0 34 2F 8 162 4B 44
Octal 353 161 175 0 64 57 10 542 113 104
Binary 11101011 1110001 1111101 0 110100 101111 1000 101100010 1001011 1000100

Color Harmonies of #EB717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB717D

Black with #EB717D

Text Example


Text Example

White with #EB717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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