Html Css Color HEX #EB6B7E Froly

📋 copy color: '#EB6B7E'

red 235 ◦ green 107 ◦ blue 126

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

Shades of Froly #EB6B7E

Tints of Froly #EB6B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.86%

 BLUE value IS 126 (49.61% from 255) = 26.92%

R = 50.21%
G = 22.86%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB6B7E (or 0xEB6B7E) is known color: Froly. HEX triplet: EB, 6B and 7E. RGB value is (235,107,126). Sum of RGB (Red+Green+Blue) = 235+107+126=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 126 (49.61% from 255 or 26.92% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6B7E is #149481. Grayscale: #939393. Windows color (decimal): -1348738 or 8285163. OLE color: 8285163.

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

Color convert

RGB 235 107 126 -
CMYK 0 0.54 0.46 0.08
HSL 351.09º 0.76% 0.67% -
HSV(B) 351.09º 0.54% 0.92% -
XYZ 43.28 29.68 23.19 -
YUV 147.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 235 107 126 0 0.54 0.46 0.08 351.09 0.76 0.67
Hex EB 6B 7E 0 36 2E 8 15F 4C 43
Octal 353 153 176 0 66 56 10 537 114 103
Binary 11101011 1101011 1111110 0 110110 101110 1000 101011111 1001100 1000011

Color Harmonies of #EB6B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6B7E

Black with #EB6B7E

Text Example


Text Example

White with #EB6B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6B7E; }

 p { color: rgb(235,107,126); }

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

background-color css

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

 a { background-color: rgb(235,107,126); }

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

border-color css

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

 span { border-color: rgb(235,107,126); }

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