Html Css Color HEX #ED6378 Froly

📋 copy color: '#ED6378'

red 237 ◦ green 99 ◦ blue 120

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

Shades of Froly #ED6378

Tints of Froly #ED6378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.71%

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 51.97%
G = 21.71%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED6378 (or 0xED6378) is known color: Froly. HEX triplet: ED, 63 and 78. RGB value is (237,99,120). Sum of RGB (Red+Green+Blue) = 237+99+120=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6378 is #129C87. Grayscale: #8E8E8E. Windows color (decimal): -1219720 or 7889901. OLE color: 7889901.

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

Color convert

RGB 237 99 120 -
CMYK 0 0.58 0.49 0.07
HSL 350.87º 0.79% 0.66% -
HSV(B) 350.87º 0.58% 0.93% -
XYZ 42.78 28.28 20.97 -
YUV 142.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 237 99 120 0 0.58 0.49 0.07 350.87 0.79 0.66
Hex ED 63 78 0 3A 31 7 15F 4F 42
Octal 355 143 170 0 72 61 7 537 117 102
Binary 11101101 1100011 1111000 0 111010 110001 111 101011111 1001111 1000010

Color Harmonies of #ED6378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6378

Black with #ED6378

Text Example


Text Example

White with #ED6378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6378; }

 p { color: rgb(237,99,120); }

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

background-color css

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

 a { background-color: rgb(237,99,120); }

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

border-color css

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

 span { border-color: rgb(237,99,120); }

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