Html Css Color HEX #ED7A6F Geraldine

📋 copy color: '#ED7A6F'

red 237 ◦ green 122 ◦ blue 111

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

Shades of Geraldine #ED7A6F

Tints of Geraldine #ED7A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 50.43%
G = 25.96%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED7A6F (or 0xED7A6F) is known color: Geraldine. HEX triplet: ED, 7A and 6F. RGB value is (237,122,111). Sum of RGB (Red+Green+Blue) = 237+122+111=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7A6F is #128590. Grayscale: #9B9B9B. Windows color (decimal): -1213841 or 7305965. OLE color: 7305965.

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

Color convert

RGB 237 122 111 -
CMYK 0 0.49 0.53 0.07
HSL 5.24º 0.78% 0.68% -
HSV(B) 5.24º 0.53% 0.93% -
XYZ 44.75 33.07 19.06 -
YUV 155.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 237 122 111 0 0.49 0.53 0.07 5.24 0.78 0.68
Hex ED 7A 6F 0 31 35 7 5 4E 44
Octal 355 172 157 0 61 65 7 5 116 104
Binary 11101101 1111010 1101111 0 110001 110101 111 101 1001110 1000100

Color Harmonies of #ED7A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A6F

Black with #ED7A6F

Text Example


Text Example

White with #ED7A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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