Html Css Color HEX #EB707B Froly

📋 copy color: '#EB707B'

red 235 ◦ green 112 ◦ blue 123

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

Shades of Froly #EB707B

Tints of Froly #EB707B

RGB

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

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

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

R = 50%
G = 23.83%
B = 26.17%

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

#EB707B (or 0xEB707B) is known color: Froly. HEX triplet: EB, 70 and 7B. RGB value is (235,112,123). Sum of RGB (Red+Green+Blue) = 235+112+123=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB707B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB707B is #148F84. Grayscale: #969696. Windows color (decimal): -1347461 or 8089835. OLE color: 8089835.

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

Color convert

RGB 235 112 123 -
CMYK 0 0.52 0.48 0.08
HSL 354.63º 0.75% 0.68% -
HSV(B) 354.63º 0.52% 0.92% -
XYZ 43.63 30.68 22.36 -
YUV 150.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 235 112 123 0 0.52 0.48 0.08 354.63 0.75 0.68
Hex EB 70 7B 0 34 30 8 163 4B 44
Octal 353 160 173 0 64 60 10 543 113 104
Binary 11101011 1110000 1111011 0 110100 110000 1000 101100011 1001011 1000100

Color Harmonies of #EB707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB707B

Black with #EB707B

Text Example


Text Example

White with #EB707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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