Html Css Color HEX #EB6777 Froly

📋 copy color: '#EB6777'

red 235 ◦ green 103 ◦ blue 119

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

Shades of Froly #EB6777

Tints of Froly #EB6777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 51.42%
G = 22.54%
B = 26.04%

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

#EB6777 (or 0xEB6777) is known color: Froly. HEX triplet: EB, 67 and 77. RGB value is (235,103,119). Sum of RGB (Red+Green+Blue) = 235+103+119=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6777 is #149888. Grayscale: #909090. Windows color (decimal): -1349769 or 7825387. OLE color: 7825387.

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

Color convert

RGB 235 103 119 -
CMYK 0 0.56 0.49 0.08
HSL 352.73º 0.77% 0.66% -
HSV(B) 352.73º 0.56% 0.92% -
XYZ 42.44 28.69 20.75 -
YUV 144.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 235 103 119 0 0.56 0.49 0.08 352.73 0.77 0.66
Hex EB 67 77 0 38 31 8 161 4D 42
Octal 353 147 167 0 70 61 10 541 115 102
Binary 11101011 1100111 1110111 0 111000 110001 1000 101100001 1001101 1000010

Color Harmonies of #EB6777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6777

Black with #EB6777

Text Example


Text Example

White with #EB6777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6777; }

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

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

background-color css

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

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

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

border-color css

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

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

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