Html Css Color HEX #ED7E6A Geraldine

📋 copy color: '#ED7E6A'

red 237 ◦ green 126 ◦ blue 106

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

Shades of Geraldine #ED7E6A

Tints of Geraldine #ED7E6A

RGB

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

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

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

R = 50.53%
G = 26.87%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ED7E6A (or 0xED7E6A) is known color: Geraldine. HEX triplet: ED, 7E and 6A. RGB value is (237,126,106). Sum of RGB (Red+Green+Blue) = 237+126+106=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7E6A is #128195. Grayscale: #9D9D9D. Windows color (decimal): -1212822 or 6979309. OLE color: 6979309.

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

Color convert

RGB 237 126 106 -
CMYK 0 0.47 0.55 0.07
HSL 9.16º 0.78% 0.67% -
HSV(B) 9.16º 0.55% 0.93% -
XYZ 44.99 33.97 17.82 -
YUV 156.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 237 126 106 0 0.47 0.55 0.07 9.16 0.78 0.67
Hex ED 7E 6A 0 2F 37 7 9 4E 43
Octal 355 176 152 0 57 67 7 11 116 103
Binary 11101101 1111110 1101010 0 101111 110111 111 1001 1001110 1000011

Color Harmonies of #ED7E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E6A

Black with #ED7E6A

Text Example


Text Example

White with #ED7E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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