Html Css Color HEX #ED7D72 Geraldine

📋 copy color: '#ED7D72'

red 237 ◦ green 125 ◦ blue 114

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

Shades of Geraldine #ED7D72

Tints of Geraldine #ED7D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.26%

 BLUE value IS 114 (44.92% from 255) = 23.95%

R = 49.79%
G = 26.26%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED7D72 (or 0xED7D72) is known color: Geraldine. HEX triplet: ED, 7D and 72. RGB value is (237,125,114). Sum of RGB (Red+Green+Blue) = 237+125+114=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7D72 is #12828D. Grayscale: #9D9D9D. Windows color (decimal): -1213070 or 7503341. OLE color: 7503341.

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

Color convert

RGB 237 125 114 -
CMYK 0 0.47 0.52 0.07
HSL 5.37º 0.77% 0.69% -
HSV(B) 5.37º 0.52% 0.93% -
XYZ 45.3 33.89 20.07 -
YUV 157.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 237 125 114 0 0.47 0.52 0.07 5.37 0.77 0.69
Hex ED 7D 72 0 2F 34 7 5 4D 45
Octal 355 175 162 0 57 64 7 5 115 105
Binary 11101101 1111101 1110010 0 101111 110100 111 101 1001101 1000101

Color Harmonies of #ED7D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D72

Black with #ED7D72

Text Example


Text Example

White with #ED7D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D72; }

 p { color: rgb(237,125,114); }

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

background-color css

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

 a { background-color: rgb(237,125,114); }

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

border-color css

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

 span { border-color: rgb(237,125,114); }

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