Html Css Color HEX #EB6770 Froly

📋 copy color: '#EB6770'

red 235 ◦ green 103 ◦ blue 112

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

Shades of Froly #EB6770

Tints of Froly #EB6770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.89%

R = 52.22%
G = 22.89%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EB6770 (or 0xEB6770) is known color: Froly. HEX triplet: EB, 67 and 70. RGB value is (235,103,112). Sum of RGB (Red+Green+Blue) = 235+103+112=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6770 is #14988F. Grayscale: #8F8F8F. Windows color (decimal): -1349776 or 7366635. OLE color: 7366635.

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

Color convert

RGB 235 103 112 -
CMYK 0 0.56 0.52 0.08
HSL 355.91º 0.77% 0.66% -
HSV(B) 355.91º 0.56% 0.92% -
XYZ 42.04 28.53 18.62 -
YUV 143.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 235 103 112 0 0.56 0.52 0.08 355.91 0.77 0.66
Hex EB 67 70 0 38 34 8 164 4D 42
Octal 353 147 160 0 70 64 10 544 115 102
Binary 11101011 1100111 1110000 0 111000 110100 1000 101100100 1001101 1000010

Color Harmonies of #EB6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6770

Black with #EB6770

Text Example


Text Example

White with #EB6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6770; }

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

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

background-color css

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

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

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

border-color css

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

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

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