Html Css Color HEX #EB717E Froly

📋 copy color: '#EB717E'

red 235 ◦ green 113 ◦ blue 126

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

Shades of Froly #EB717E

Tints of Froly #EB717E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.58%

R = 49.58%
G = 23.84%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB717E (or 0xEB717E) is known color: Froly. HEX triplet: EB, 71 and 7E. RGB value is (235,113,126). Sum of RGB (Red+Green+Blue) = 235+113+126=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB717E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB717E is #148E81. Grayscale: #979797. Windows color (decimal): -1347202 or 8286699. OLE color: 8286699.

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

Color convert

RGB 235 113 126 -
CMYK 0 0.52 0.46 0.08
HSL 353.61º 0.75% 0.68% -
HSV(B) 353.61º 0.52% 0.92% -
XYZ 43.93 30.98 23.4 -
YUV 150.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 235 113 126 0 0.52 0.46 0.08 353.61 0.75 0.68
Hex EB 71 7E 0 34 2E 8 162 4B 44
Octal 353 161 176 0 64 56 10 542 113 104
Binary 11101011 1110001 1111110 0 110100 101110 1000 101100010 1001011 1000100

Color Harmonies of #EB717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB717E

Black with #EB717E

Text Example


Text Example

White with #EB717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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