Html Css Color HEX #EB707A Froly

📋 copy color: '#EB707A'

red 235 ◦ green 112 ◦ blue 122

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

Shades of Froly #EB707A

Tints of Froly #EB707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.88%

 BLUE value IS 122 (48.05% from 255) = 26.01%

R = 50.11%
G = 23.88%
B = 26.01%

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

#EB707A (or 0xEB707A) is known color: Froly. HEX triplet: EB, 70 and 7A. RGB value is (235,112,122). Sum of RGB (Red+Green+Blue) = 235+112+122=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB707A is #148F85. Grayscale: #959595. Windows color (decimal): -1347462 or 8024299. OLE color: 8024299.

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

Color convert

RGB 235 112 122 -
CMYK 0 0.52 0.48 0.08
HSL 355.12º 0.75% 0.68% -
HSV(B) 355.12º 0.52% 0.92% -
XYZ 43.57 30.66 22.03 -
YUV 149.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 235 112 122 0 0.52 0.48 0.08 355.12 0.75 0.68
Hex EB 70 7A 0 34 30 8 163 4B 44
Octal 353 160 172 0 64 60 10 543 113 104
Binary 11101011 1110000 1111010 0 110100 110000 1000 101100011 1001011 1000100

Color Harmonies of #EB707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB707A

Black with #EB707A

Text Example


Text Example

White with #EB707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB707A; }

 p { color: rgb(235,112,122); }

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

background-color css

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

 a { background-color: rgb(235,112,122); }

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

border-color css

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

 span { border-color: rgb(235,112,122); }

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