Html Css Color HEX #EF7973 Geraldine

📋 copy color: '#EF7973'

red 239 ◦ green 121 ◦ blue 115

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

Shades of Geraldine #EF7973

Tints of Geraldine #EF7973

RGB

 RED value IS 239 (93.75% from 255) = 50.32%

 GREEN value IS 121 (47.66% from 255) = 25.47%

 BLUE value IS 115 (45.31% from 255) = 24.21%

R = 50.32%
G = 25.47%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF7973 (or 0xEF7973) is known color: Geraldine. HEX triplet: EF, 79 and 73. RGB value is (239,121,115). Sum of RGB (Red+Green+Blue) = 239+121+115=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7973 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7973 is #10868C. Grayscale: #9B9B9B. Windows color (decimal): -1083021 or 7567855. OLE color: 7567855.

HSL color Cylindrical-coordinate representation of color #EF7973: hue angle of 2.9º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF7973 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 121 115 -
CMYK 0 0.49 0.52 0.06
HSL 2.9º 0.79% 0.69% -
HSV(B) 2.9º 0.52% 0.94% -
XYZ 45.53 33.26 20.24 -
YUV 155.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 239 121 115 0 0.49 0.52 0.06 2.9 0.79 0.69
Hex EF 79 73 0 31 34 6 3 4F 45
Octal 357 171 163 0 61 64 6 3 117 105
Binary 11101111 1111001 1110011 0 110001 110100 110 11 1001111 1000101

Color Harmonies of #EF7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7973

Black with #EF7973

Text Example


Text Example

White with #EF7973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7973; }

 p { color: rgb(239,121,115); }

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

background-color css

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

 a { background-color: rgb(239,121,115); }

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

border-color css

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

 span { border-color: rgb(239,121,115); }

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