Html Css Color HEX #EB6779 Froly

📋 copy color: '#EB6779'

red 235 ◦ green 103 ◦ blue 121

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

Shades of Froly #EB6779

Tints of Froly #EB6779

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.44%

 BLUE value IS 121 (47.66% from 255) = 26.36%

R = 51.2%
G = 22.44%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EB6779 (or 0xEB6779) is known color: Froly. HEX triplet: EB, 67 and 79. RGB value is (235,103,121). Sum of RGB (Red+Green+Blue) = 235+103+121=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6779 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6779 is #149886. Grayscale: #909090. Windows color (decimal): -1349767 or 7956459. OLE color: 7956459.

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

Color convert

RGB 235 103 121 -
CMYK 0 0.56 0.49 0.08
HSL 351.82º 0.77% 0.66% -
HSV(B) 351.82º 0.56% 0.92% -
XYZ 42.56 28.74 21.39 -
YUV 144.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 235 103 121 0 0.56 0.49 0.08 351.82 0.77 0.66
Hex EB 67 79 0 38 31 8 160 4D 42
Octal 353 147 171 0 70 61 10 540 115 102
Binary 11101011 1100111 1111001 0 111000 110001 1000 101100000 1001101 1000010

Color Harmonies of #EB6779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6779

Black with #EB6779

Text Example


Text Example

White with #EB6779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6779; }

 p { color: rgb(235,103,121); }

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

background-color css

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

 a { background-color: rgb(235,103,121); }

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

border-color css

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

 span { border-color: rgb(235,103,121); }

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