Html Css Color HEX #ED626D Froly

📋 copy color: '#ED626D'

red 237 ◦ green 98 ◦ blue 109

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

Shades of Froly #ED626D

Tints of Froly #ED626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.07%

 BLUE value IS 109 (42.97% from 255) = 24.55%

R = 53.38%
G = 22.07%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED626D (or 0xED626D) is known color: Froly. HEX triplet: ED, 62 and 6D. RGB value is (237,98,109). Sum of RGB (Red+Green+Blue) = 237+98+109=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #ED626D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED626D is #129D92. Grayscale: #8C8C8C. Windows color (decimal): -1219987 or 7168749. OLE color: 7168749.

HSL color Cylindrical-coordinate representation of color #ED626D: hue angle of 355.25º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED626D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 98 109 -
CMYK 0 0.59 0.54 0.07
HSL 355.25º 0.79% 0.66% -
HSV(B) 355.25º 0.59% 0.93% -
XYZ 42.05 27.84 17.63 -
YUV 140.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 237 98 109 0 0.59 0.54 0.07 355.25 0.79 0.66
Hex ED 62 6D 0 3B 36 7 163 4F 42
Octal 355 142 155 0 73 66 7 543 117 102
Binary 11101101 1100010 1101101 0 111011 110110 111 101100011 1001111 1000010

Color Harmonies of #ED626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED626D

Black with #ED626D

Text Example


Text Example

White with #ED626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED626D; }

 p { color: rgb(237,98,109); }

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

background-color css

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

 a { background-color: rgb(237,98,109); }

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

border-color css

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

 span { border-color: rgb(237,98,109); }

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