Html Css Color HEX #ED696A Froly

📋 copy color: '#ED696A'

red 237 ◦ green 105 ◦ blue 106

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

Shades of Froly #ED696A

Tints of Froly #ED696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.66%

R = 52.9%
G = 23.44%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED696A (or 0xED696A) is known color: Froly. HEX triplet: ED, 69 and 6A. RGB value is (237,105,106). Sum of RGB (Red+Green+Blue) = 237+105+106=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED696A is #129695. Grayscale: #909090. Windows color (decimal): -1218198 or 6973933. OLE color: 6973933.

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

Color convert

RGB 237 105 106 -
CMYK 0 0.56 0.55 0.07
HSL 359.55º 0.79% 0.67% -
HSV(B) 359.55º 0.56% 0.93% -
XYZ 42.58 29.15 17.02 -
YUV 144.58 106.23 193.92 -
System Red Green Blue C M Y K H S L
Decimal 237 105 106 0 0.56 0.55 0.07 359.55 0.79 0.67
Hex ED 69 6A 0 38 37 7 168 4F 43
Octal 355 151 152 0 70 67 7 550 117 103
Binary 11101101 1101001 1101010 0 111000 110111 111 101101000 1001111 1000011

Color Harmonies of #ED696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED696A

Black with #ED696A

Text Example


Text Example

White with #ED696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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