Html Css Color HEX #EB717B Froly

📋 copy color: '#EB717B'

red 235 ◦ green 113 ◦ blue 123

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

Shades of Froly #EB717B

Tints of Froly #EB717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 49.89%
G = 23.99%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB717B (or 0xEB717B) is known color: Froly. HEX triplet: EB, 71 and 7B. RGB value is (235,113,123). Sum of RGB (Red+Green+Blue) = 235+113+123=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB717B is #148E84. Grayscale: #969696. Windows color (decimal): -1347205 or 8090091. OLE color: 8090091.

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

Color convert

RGB 235 113 123 -
CMYK 0 0.52 0.48 0.08
HSL 355.08º 0.75% 0.68% -
HSV(B) 355.08º 0.52% 0.92% -
XYZ 43.74 30.9 22.4 -
YUV 150.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 235 113 123 0 0.52 0.48 0.08 355.08 0.75 0.68
Hex EB 71 7B 0 34 30 8 163 4B 44
Octal 353 161 173 0 64 60 10 543 113 104
Binary 11101011 1110001 1111011 0 110100 110000 1000 101100011 1001011 1000100

Color Harmonies of #EB717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB717B

Black with #EB717B

Text Example


Text Example

White with #EB717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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