Html Css Color HEX #ED7A72 Geraldine

📋 copy color: '#ED7A72'

red 237 ◦ green 122 ◦ blue 114

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

Shades of Geraldine #ED7A72

Tints of Geraldine #ED7A72

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.79%

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

R = 50.11%
G = 25.79%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED7A72 (or 0xED7A72) is known color: Geraldine. HEX triplet: ED, 7A and 72. RGB value is (237,122,114). Sum of RGB (Red+Green+Blue) = 237+122+114=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A72 is #12858D. Grayscale: #9B9B9B. Windows color (decimal): -1213838 or 7502573. OLE color: 7502573.

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

Color convert

RGB 237 122 114 -
CMYK 0 0.49 0.52 0.07
HSL 3.9º 0.77% 0.69% -
HSV(B) 3.9º 0.52% 0.93% -
XYZ 44.92 33.14 19.95 -
YUV 155.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 237 122 114 0 0.49 0.52 0.07 3.9 0.77 0.69
Hex ED 7A 72 0 31 34 7 4 4D 45
Octal 355 172 162 0 61 64 7 4 115 105
Binary 11101101 1111010 1110010 0 110001 110100 111 100 1001101 1000101

Color Harmonies of #ED7A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A72

Black with #ED7A72

Text Example


Text Example

White with #ED7A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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