Html Css Color HEX #ED7B78 Geraldine

📋 copy color: '#ED7B78'

red 237 ◦ green 123 ◦ blue 120

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

Shades of Geraldine #ED7B78

Tints of Geraldine #ED7B78

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.63%

 BLUE value IS 120 (47.27% from 255) = 25%

R = 49.38%
G = 25.63%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED7B78 (or 0xED7B78) is known color: Geraldine. HEX triplet: ED, 7B and 78. RGB value is (237,123,120). Sum of RGB (Red+Green+Blue) = 237+123+120=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B78 is #128487. Grayscale: #9C9C9C. Windows color (decimal): -1213576 or 7896045. OLE color: 7896045.

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

Color convert

RGB 237 123 120 -
CMYK 0 0.48 0.49 0.07
HSL 1.54º 0.76% 0.7% -
HSV(B) 1.54º 0.49% 0.93% -
XYZ 45.4 33.53 21.85 -
YUV 156.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 237 123 120 0 0.48 0.49 0.07 1.54 0.76 0.7
Hex ED 7B 78 0 30 31 7 2 4C 46
Octal 355 173 170 0 60 61 7 2 114 106
Binary 11101101 1111011 1111000 0 110000 110001 111 10 1001100 1000110

Color Harmonies of #ED7B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B78

Black with #ED7B78

Text Example


Text Example

White with #ED7B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B78; }

 p { color: rgb(237,123,120); }

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

background-color css

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

 a { background-color: rgb(237,123,120); }

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

border-color css

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

 span { border-color: rgb(237,123,120); }

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