Html Css Color HEX #ED827A Light Coral

📋 copy color: '#ED827A'

red 237 ◦ green 130 ◦ blue 122

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

Shades of Light Coral #ED827A

Tints of Light Coral #ED827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.58%

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

R = 48.47%
G = 26.58%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED827A (or 0xED827A) is known color: Light Coral. HEX triplet: ED, 82 and 7A. RGB value is (237,130,122). Sum of RGB (Red+Green+Blue) = 237+130+122=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED827A is #127D85. Grayscale: #A1A1A1. Windows color (decimal): -1211782 or 8028909. OLE color: 8028909.

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

Color convert

RGB 237 130 122 -
CMYK 0 0.45 0.49 0.07
HSL 4.17º 0.76% 0.7% -
HSV(B) 4.17º 0.49% 0.93% -
XYZ 46.42 35.37 22.79 -
YUV 161.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 237 130 122 0 0.45 0.49 0.07 4.17 0.76 0.7
Hex ED 82 7A 0 2D 31 7 4 4C 46
Octal 355 202 172 0 55 61 7 4 114 106
Binary 11101101 10000010 1111010 0 101101 110001 111 100 1001100 1000110

Color Harmonies of #ED827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED827A

Black with #ED827A

Text Example


Text Example

White with #ED827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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