Html Css Color HEX #EF7373 Geraldine

📋 copy color: '#EF7373'

red 239 ◦ green 115 ◦ blue 115

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

Shades of Geraldine #EF7373

Tints of Geraldine #EF7373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.52%

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

R = 50.96%
G = 24.52%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF7373 (or 0xEF7373) is known color: Geraldine. HEX triplet: EF, 73 and 73. RGB value is (239,115,115). Sum of RGB (Red+Green+Blue) = 239+115+115=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7373 is #108C8C. Grayscale: #989898. Windows color (decimal): -1084557 or 7566319. OLE color: 7566319.

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

Color convert

RGB 239 115 115 -
CMYK 0 0.52 0.52 0.06
HSL 0.79% 0.69% -
HSV(B) 0.52% 0.94% -
XYZ 44.82 31.85 20 -
YUV 152.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 239 115 115 0 0.52 0.52 0.06 0 0.79 0.69
Hex EF 73 73 0 34 34 6 0 4F 45
Octal 357 163 163 0 64 64 6 0 117 105
Binary 11101111 1110011 1110011 0 110100 110100 110 0 1001111 1000101

Color Harmonies of #EF7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7373

Black with #EF7373

Text Example


Text Example

White with #EF7373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7373; }

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

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

background-color css

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

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

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

border-color css

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

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

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