Html Css Color HEX #ED6069 Froly

📋 copy color: '#ED6069'

red 237 ◦ green 96 ◦ blue 105

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

Shades of Froly #ED6069

Tints of Froly #ED6069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.92%

 BLUE value IS 105 (41.41% from 255) = 23.97%

R = 54.11%
G = 21.92%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED6069 (or 0xED6069) is known color: Froly. HEX triplet: ED, 60 and 69. RGB value is (237,96,105). Sum of RGB (Red+Green+Blue) = 237+96+105=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6069 is #129F96. Grayscale: #8B8B8B. Windows color (decimal): -1220503 or 6906093. OLE color: 6906093.

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

Color convert

RGB 237 96 105 -
CMYK 0 0.59 0.56 0.07
HSL 356.17º 0.8% 0.65% -
HSV(B) 356.17º 0.59% 0.93% -
XYZ 41.66 27.39 16.46 -
YUV 139.19 108.71 197.77 -
System Red Green Blue C M Y K H S L
Decimal 237 96 105 0 0.59 0.56 0.07 356.17 0.8 0.65
Hex ED 60 69 0 3B 38 7 164 50 41
Octal 355 140 151 0 73 70 7 544 120 101
Binary 11101101 1100000 1101001 0 111011 111000 111 101100100 1010000 1000001

Color Harmonies of #ED6069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6069

Black with #ED6069

Text Example


Text Example

White with #ED6069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6069; }

 p { color: rgb(237,96,105); }

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

background-color css

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

 a { background-color: rgb(237,96,105); }

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

border-color css

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

 span { border-color: rgb(237,96,105); }

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