Html Css Color HEX #ED7E6E Geraldine

📋 copy color: '#ED7E6E'

red 237 ◦ green 126 ◦ blue 110

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

Shades of Geraldine #ED7E6E

Tints of Geraldine #ED7E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.64%

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

R = 50.11%
G = 26.64%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED7E6E (or 0xED7E6E) is known color: Geraldine. HEX triplet: ED, 7E and 6E. RGB value is (237,126,110). Sum of RGB (Red+Green+Blue) = 237+126+110=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 110 (43.36% from 255 or 23.26% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E6E is #128191. Grayscale: #9D9D9D. Windows color (decimal): -1212818 or 7241453. OLE color: 7241453.

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

Color convert

RGB 237 126 110 -
CMYK 0 0.47 0.54 0.07
HSL 7.56º 0.78% 0.68% -
HSV(B) 7.56º 0.54% 0.93% -
XYZ 45.2 34.05 18.94 -
YUV 157.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 237 126 110 0 0.47 0.54 0.07 7.56 0.78 0.68
Hex ED 7E 6E 0 2F 36 7 8 4E 44
Octal 355 176 156 0 57 66 7 10 116 104
Binary 11101101 1111110 1101110 0 101111 110110 111 1000 1001110 1000100

Color Harmonies of #ED7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E6E

Black with #ED7E6E

Text Example


Text Example

White with #ED7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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