Html Css Color HEX #ED697D Froly

📋 copy color: '#ED697D'

red 237 ◦ green 105 ◦ blue 125

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

Shades of Froly #ED697D

Tints of Froly #ED697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.48%

 BLUE value IS 125 (49.22% from 255) = 26.77%

R = 50.75%
G = 22.48%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED697D (or 0xED697D) is known color: Froly. HEX triplet: ED, 69 and 7D. RGB value is (237,105,125). Sum of RGB (Red+Green+Blue) = 237+105+125=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED697D is #129682. Grayscale: #929292. Windows color (decimal): -1218179 or 8219117. OLE color: 8219117.

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

Color convert

RGB 237 105 125 -
CMYK 0 0.56 0.47 0.07
HSL 350.91º 0.79% 0.67% -
HSV(B) 350.91º 0.56% 0.93% -
XYZ 43.68 29.59 22.81 -
YUV 146.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 237 105 125 0 0.56 0.47 0.07 350.91 0.79 0.67
Hex ED 69 7D 0 38 2F 7 15F 4F 43
Octal 355 151 175 0 70 57 7 537 117 103
Binary 11101101 1101001 1111101 0 111000 101111 111 101011111 1001111 1000011

Color Harmonies of #ED697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED697D

Black with #ED697D

Text Example


Text Example

White with #ED697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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