Html Css Color HEX #EB6872 Froly

📋 copy color: '#EB6872'

red 235 ◦ green 104 ◦ blue 114

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

Shades of Froly #EB6872

Tints of Froly #EB6872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.96%

 BLUE value IS 114 (44.92% from 255) = 25.17%

R = 51.88%
G = 22.96%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB6872 (or 0xEB6872) is known color: Froly. HEX triplet: EB, 68 and 72. RGB value is (235,104,114). Sum of RGB (Red+Green+Blue) = 235+104+114=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6872 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6872 is #14978D. Grayscale: #909090. Windows color (decimal): -1349518 or 7497963. OLE color: 7497963.

HSL color Cylindrical-coordinate representation of color #EB6872: hue angle of 355.42º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB6872 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 104 114 -
CMYK 0 0.56 0.51 0.08
HSL 355.42º 0.77% 0.66% -
HSV(B) 355.42º 0.56% 0.92% -
XYZ 42.25 28.78 19.25 -
YUV 144.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 235 104 114 0 0.56 0.51 0.08 355.42 0.77 0.66
Hex EB 68 72 0 38 33 8 163 4D 42
Octal 353 150 162 0 70 63 10 543 115 102
Binary 11101011 1101000 1110010 0 111000 110011 1000 101100011 1001101 1000010

Color Harmonies of #EB6872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6872

Black with #EB6872

Text Example


Text Example

White with #EB6872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6872; }

 p { color: rgb(235,104,114); }

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

background-color css

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

 a { background-color: rgb(235,104,114); }

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

border-color css

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

 span { border-color: rgb(235,104,114); }

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