Html Css Color HEX #EB6A7B Froly

📋 copy color: '#EB6A7B'

red 235 ◦ green 106 ◦ blue 123

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

Shades of Froly #EB6A7B

Tints of Froly #EB6A7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.51%

R = 50.65%
G = 22.84%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB6A7B (or 0xEB6A7B) is known color: Froly. HEX triplet: EB, 6A and 7B. RGB value is (235,106,123). Sum of RGB (Red+Green+Blue) = 235+106+123=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6A7B is #149584. Grayscale: #929292. Windows color (decimal): -1348997 or 8088299. OLE color: 8088299.

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

Color convert

RGB 235 106 123 -
CMYK 0 0.55 0.48 0.08
HSL 352.09º 0.76% 0.67% -
HSV(B) 352.09º 0.55% 0.92% -
XYZ 42.99 29.4 22.15 -
YUV 146.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 235 106 123 0 0.55 0.48 0.08 352.09 0.76 0.67
Hex EB 6A 7B 0 37 30 8 160 4C 43
Octal 353 152 173 0 67 60 10 540 114 103
Binary 11101011 1101010 1111011 0 110111 110000 1000 101100000 1001100 1000011

Color Harmonies of #EB6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6A7B

Black with #EB6A7B

Text Example


Text Example

White with #EB6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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