Html Css Color HEX #ED7572 Geraldine

📋 copy color: '#ED7572'

red 237 ◦ green 117 ◦ blue 114

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

Shades of Geraldine #ED7572

Tints of Geraldine #ED7572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25%

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

R = 50.64%
G = 25%
B = 24.36%

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

#ED7572 (or 0xED7572) is known color: Geraldine. HEX triplet: ED, 75 and 72. RGB value is (237,117,114). Sum of RGB (Red+Green+Blue) = 237+117+114=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7572 is #128A8D. Grayscale: #989898. Windows color (decimal): -1215118 or 7501293. OLE color: 7501293.

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

Color convert

RGB 237 117 114 -
CMYK 0 0.51 0.52 0.07
HSL 1.46º 0.77% 0.69% -
HSV(B) 1.46º 0.52% 0.93% -
XYZ 44.32 31.94 19.75 -
YUV 152.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 237 117 114 0 0.51 0.52 0.07 1.46 0.77 0.69
Hex ED 75 72 0 33 34 7 1 4D 45
Octal 355 165 162 0 63 64 7 1 115 105
Binary 11101101 1110101 1110010 0 110011 110100 111 1 1001101 1000101

Color Harmonies of #ED7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7572

Black with #ED7572

Text Example


Text Example

White with #ED7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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