Html Css Color HEX #ED746E Geraldine

📋 copy color: '#ED746E'

red 237 ◦ green 116 ◦ blue 110

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

Shades of Geraldine #ED746E

Tints of Geraldine #ED746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.05%

 BLUE value IS 110 (43.36% from 255) = 23.76%

R = 51.19%
G = 25.05%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED746E (or 0xED746E) is known color: Geraldine. HEX triplet: ED, 74 and 6E. RGB value is (237,116,110). Sum of RGB (Red+Green+Blue) = 237+116+110=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED746E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED746E is #128B91. Grayscale: #979797. Windows color (decimal): -1215378 or 7238893. OLE color: 7238893.

HSL color Cylindrical-coordinate representation of color #ED746E: hue angle of 2.83º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED746E is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 110 -
CMYK 0 0.51 0.54 0.07
HSL 2.83º 0.78% 0.68% -
HSV(B) 2.83º 0.54% 0.93% -
XYZ 43.98 31.62 18.54 -
YUV 151.5 104.59 188.99 -
System Red Green Blue C M Y K H S L
Decimal 237 116 110 0 0.51 0.54 0.07 2.83 0.78 0.68
Hex ED 74 6E 0 33 36 7 3 4E 44
Octal 355 164 156 0 63 66 7 3 116 104
Binary 11101101 1110100 1101110 0 110011 110110 111 11 1001110 1000100

Color Harmonies of #ED746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED746E

Black with #ED746E

Text Example


Text Example

White with #ED746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED746E; }

 p { color: rgb(237,116,110); }

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

background-color css

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

 a { background-color: rgb(237,116,110); }

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

border-color css

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

 span { border-color: rgb(237,116,110); }

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