Html Css Color HEX #EB5D6A Froly

📋 copy color: '#EB5D6A'

red 235 ◦ green 93 ◦ blue 106

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

Shades of Froly #EB5D6A

Tints of Froly #EB5D6A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.43%

 BLUE value IS 106 (41.8% from 255) = 24.42%

R = 54.15%
G = 21.43%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EB5D6A (or 0xEB5D6A) is known color: Froly. HEX triplet: EB, 5D and 6A. RGB value is (235,93,106). Sum of RGB (Red+Green+Blue) = 235+93+106=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5D6A is #14A295. Grayscale: #898989. Windows color (decimal): -1352342 or 6970859. OLE color: 6970859.

HSL color Cylindrical-coordinate representation of color #EB5D6A: hue angle of 354.51º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5D6A is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 93 106 -
CMYK 0 0.60 0.55 0.08
HSL 354.51º 0.78% 0.64% -
HSV(B) 354.51º 0.6% 0.92% -
XYZ 40.78 26.53 16.61 -
YUV 136.94 110.54 197.94 -
System Red Green Blue C M Y K H S L
Decimal 235 93 106 0 0.60 0.55 0.08 354.51 0.78 0.64
Hex EB 5D 6A 0 3C 37 8 163 4E 40
Octal 353 135 152 0 74 67 10 543 116 100
Binary 11101011 1011101 1101010 0 111100 110111 1000 101100011 1001110 1000000

Color Harmonies of #EB5D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D6A

Black with #EB5D6A

Text Example


Text Example

White with #EB5D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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