Html Css Color HEX #ED7472 Geraldine

📋 copy color: '#ED7472'

red 237 ◦ green 116 ◦ blue 114

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

Shades of Geraldine #ED7472

Tints of Geraldine #ED7472

RGB

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

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

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

R = 50.75%
G = 24.84%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED7472 (or 0xED7472) is known color: Geraldine. HEX triplet: ED, 74 and 72. RGB value is (237,116,114). Sum of RGB (Red+Green+Blue) = 237+116+114=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7472 is #128B8D. Grayscale: #989898. Windows color (decimal): -1215374 or 7501037. OLE color: 7501037.

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

Color convert

RGB 237 116 114 -
CMYK 0 0.51 0.52 0.07
HSL 0.98º 0.77% 0.69% -
HSV(B) 0.98º 0.52% 0.93% -
XYZ 44.21 31.71 19.71 -
YUV 151.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 237 116 114 0 0.51 0.52 0.07 0.98 0.77 0.69
Hex ED 74 72 0 33 34 7 1 4D 45
Octal 355 164 162 0 63 64 7 1 115 105
Binary 11101101 1110100 1110010 0 110011 110100 111 1 1001101 1000101

Color Harmonies of #ED7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7472

Black with #ED7472

Text Example


Text Example

White with #ED7472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7472; }

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

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

background-color css

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

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

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

border-color css

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

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

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