Html Css Color HEX #ED7F6D Geraldine

📋 copy color: '#ED7F6D'

red 237 ◦ green 127 ◦ blue 109

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

Shades of Geraldine #ED7F6D

Tints of Geraldine #ED7F6D

RGB

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

 GREEN value IS 127 (50% from 255) = 26.85%

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 50.11%
G = 26.85%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED7F6D (or 0xED7F6D) is known color: Geraldine. HEX triplet: ED, 7F and 6D. RGB value is (237,127,109). Sum of RGB (Red+Green+Blue) = 237+127+109=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F6D is #128092. Grayscale: #9E9E9E. Windows color (decimal): -1212563 or 7176173. OLE color: 7176173.

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

Color convert

RGB 237 127 109 -
CMYK 0 0.46 0.54 0.07
HSL 8.44º 0.78% 0.68% -
HSV(B) 8.44º 0.54% 0.93% -
XYZ 45.27 34.29 18.7 -
YUV 157.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 237 127 109 0 0.46 0.54 0.07 8.44 0.78 0.68
Hex ED 7F 6D 0 2E 36 7 8 4E 44
Octal 355 177 155 0 56 66 7 10 116 104
Binary 11101101 1111111 1101101 0 101110 110110 111 1000 1001110 1000100

Color Harmonies of #ED7F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F6D

Black with #ED7F6D

Text Example


Text Example

White with #ED7F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F6D; }

 p { color: rgb(237,127,109); }

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

background-color css

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

 a { background-color: rgb(237,127,109); }

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

border-color css

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

 span { border-color: rgb(237,127,109); }

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