Html Css Color HEX #EB6274 Froly

📋 copy color: '#EB6274'

red 235 ◦ green 98 ◦ blue 116

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

Shades of Froly #EB6274

Tints of Froly #EB6274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.83%

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 52.34%
G = 21.83%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB6274 (or 0xEB6274) is known color: Froly. HEX triplet: EB, 62 and 74. RGB value is (235,98,116). Sum of RGB (Red+Green+Blue) = 235+98+116=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6274 is #149D8B. Grayscale: #8D8D8D. Windows color (decimal): -1351052 or 7627499. OLE color: 7627499.

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

Color convert

RGB 235 98 116 -
CMYK 0 0.58 0.51 0.08
HSL 352.12º 0.77% 0.65% -
HSV(B) 352.12º 0.58% 0.92% -
XYZ 41.78 27.66 19.66 -
YUV 141.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 235 98 116 0 0.58 0.51 0.08 352.12 0.77 0.65
Hex EB 62 74 0 3A 33 8 160 4D 41
Octal 353 142 164 0 72 63 10 540 115 101
Binary 11101011 1100010 1110100 0 111010 110011 1000 101100000 1001101 1000001

Color Harmonies of #EB6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6274

Black with #EB6274

Text Example


Text Example

White with #EB6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6274; }

 p { color: rgb(235,98,116); }

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

background-color css

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

 a { background-color: rgb(235,98,116); }

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

border-color css

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

 span { border-color: rgb(235,98,116); }

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