Html Css Color HEX #EB6A74 Froly

📋 copy color: '#EB6A74'

red 235 ◦ green 106 ◦ blue 116

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

Shades of Froly #EB6A74

Tints of Froly #EB6A74

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.19%

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

R = 51.42%
G = 23.19%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EB6A74 (or 0xEB6A74) is known color: Froly. HEX triplet: EB, 6A and 74. RGB value is (235,106,116). Sum of RGB (Red+Green+Blue) = 235+106+116=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6A74 is #14958B. Grayscale: #919191. Windows color (decimal): -1349004 or 7629547. OLE color: 7629547.

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

Color convert

RGB 235 106 116 -
CMYK 0 0.55 0.51 0.08
HSL 355.35º 0.76% 0.67% -
HSV(B) 355.35º 0.55% 0.92% -
XYZ 42.57 29.23 19.92 -
YUV 145.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 235 106 116 0 0.55 0.51 0.08 355.35 0.76 0.67
Hex EB 6A 74 0 37 33 8 163 4C 43
Octal 353 152 164 0 67 63 10 543 114 103
Binary 11101011 1101010 1110100 0 110111 110011 1000 101100011 1001100 1000011

Color Harmonies of #EB6A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A74

Black with #EB6A74

Text Example


Text Example

White with #EB6A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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