Html Css Color HEX #EF7D7A Light Coral

📋 copy color: '#EF7D7A'

red 239 ◦ green 125 ◦ blue 122

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

Shades of Light Coral #EF7D7A

Tints of Light Coral #EF7D7A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.72%

 BLUE value IS 122 (48.05% from 255) = 25.1%

R = 49.18%
G = 25.72%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF7D7A (or 0xEF7D7A) is known color: Light Coral. HEX triplet: EF, 7D and 7A. RGB value is (239,125,122). Sum of RGB (Red+Green+Blue) = 239+125+122=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7D7A is #108285. Grayscale: #9E9E9E. Windows color (decimal): -1081990 or 8027631. OLE color: 8027631.

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

Color convert

RGB 239 125 122 -
CMYK 0 0.48 0.49 0.06
HSL 1.54º 0.79% 0.71% -
HSV(B) 1.54º 0.49% 0.94% -
XYZ 46.44 34.42 22.61 -
YUV 158.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 239 125 122 0 0.48 0.49 0.06 1.54 0.79 0.71
Hex EF 7D 7A 0 30 31 6 2 4F 47
Octal 357 175 172 0 60 61 6 2 117 107
Binary 11101111 1111101 1111010 0 110000 110001 110 10 1001111 1000111

Color Harmonies of #EF7D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7D7A

Black with #EF7D7A

Text Example


Text Example

White with #EF7D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7D7A; }

 p { color: rgb(239,125,122); }

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

background-color css

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

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

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

border-color css

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

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

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