Html Css Color HEX #EB6672 Froly

📋 copy color: '#EB6672'

red 235 ◦ green 102 ◦ blue 114

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

Shades of Froly #EB6672

Tints of Froly #EB6672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.62%

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

R = 52.11%
G = 22.62%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB6672 (or 0xEB6672) is known color: Froly. HEX triplet: EB, 66 and 72. RGB value is (235,102,114). Sum of RGB (Red+Green+Blue) = 235+102+114=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6672 is #14998D. Grayscale: #8F8F8F. Windows color (decimal): -1350030 or 7497451. OLE color: 7497451.

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

Color convert

RGB 235 102 114 -
CMYK 0 0.57 0.51 0.08
HSL 354.59º 0.77% 0.66% -
HSV(B) 354.59º 0.57% 0.92% -
XYZ 42.05 28.38 19.18 -
YUV 143.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 235 102 114 0 0.57 0.51 0.08 354.59 0.77 0.66
Hex EB 66 72 0 39 33 8 163 4D 42
Octal 353 146 162 0 71 63 10 543 115 102
Binary 11101011 1100110 1110010 0 111001 110011 1000 101100011 1001101 1000010

Color Harmonies of #EB6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6672

Black with #EB6672

Text Example


Text Example

White with #EB6672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6672; }

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

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

background-color css

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

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

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

border-color css

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

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

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