Html Css Color HEX #ED6F7B Froly

📋 copy color: '#ED6F7B'

red 237 ◦ green 111 ◦ blue 123

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

Shades of Froly #ED6F7B

Tints of Froly #ED6F7B

RGB

 RED value IS 237 (92.97% from 255) = 50.32%

 GREEN value IS 111 (43.75% from 255) = 23.57%

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

R = 50.32%
G = 23.57%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED6F7B (or 0xED6F7B) is known color: Froly. HEX triplet: ED, 6F and 7B. RGB value is (237,111,123). Sum of RGB (Red+Green+Blue) = 237+111+123=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6F7B is #129084. Grayscale: #969696. Windows color (decimal): -1216645 or 8089581. OLE color: 8089581.

HSL color Cylindrical-coordinate representation of color #ED6F7B: hue angle of 354.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6F7B is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 111 123 -
CMYK 0 0.53 0.48 0.07
HSL 354.29º 0.78% 0.68% -
HSV(B) 354.29º 0.53% 0.93% -
XYZ 44.18 30.8 22.36 -
YUV 150.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 237 111 123 0 0.53 0.48 0.07 354.29 0.78 0.68
Hex ED 6F 7B 0 35 30 7 162 4E 44
Octal 355 157 173 0 65 60 7 542 116 104
Binary 11101101 1101111 1111011 0 110101 110000 111 101100010 1001110 1000100

Color Harmonies of #ED6F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6F7B

Black with #ED6F7B

Text Example


Text Example

White with #ED6F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6F7B; }

 p { color: rgb(237,111,123); }

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

background-color css

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

 a { background-color: rgb(237,111,123); }

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

border-color css

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

 span { border-color: rgb(237,111,123); }

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