Html Css Color HEX #ED697A Froly

📋 copy color: '#ED697A'

red 237 ◦ green 105 ◦ blue 122

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

Shades of Froly #ED697A

Tints of Froly #ED697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 51.08%
G = 22.63%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED697A (or 0xED697A) is known color: Froly. HEX triplet: ED, 69 and 7A. RGB value is (237,105,122). Sum of RGB (Red+Green+Blue) = 237+105+122=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED697A is #129685. Grayscale: #929292. Windows color (decimal): -1218182 or 8022509. OLE color: 8022509.

HSL color Cylindrical-coordinate representation of color #ED697A: hue angle of 352.27º 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 #ED697A is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 105 122 -
CMYK 0 0.56 0.49 0.07
HSL 352.27º 0.79% 0.67% -
HSV(B) 352.27º 0.56% 0.93% -
XYZ 43.49 29.51 21.82 -
YUV 146.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 237 105 122 0 0.56 0.49 0.07 352.27 0.79 0.67
Hex ED 69 7A 0 38 31 7 160 4F 43
Octal 355 151 172 0 70 61 7 540 117 103
Binary 11101101 1101001 1111010 0 111000 110001 111 101100000 1001111 1000011

Color Harmonies of #ED697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED697A

Black with #ED697A

Text Example


Text Example

White with #ED697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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