Html Css Color HEX #E67982 Froly

📋 copy color: '#E67982'

red 230 ◦ green 121 ◦ blue 130

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

Shades of Froly #E67982

Tints of Froly #E67982

RGB

 RED value IS 230 (90.23% from 255) = 47.82%

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

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 47.82%
G = 25.16%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E67982 (or 0xE67982) is known color: Froly. HEX triplet: E6, 79 and 82. RGB value is (230,121,130). Sum of RGB (Red+Green+Blue) = 230+121+130=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E67982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67982 is #19867D. Grayscale: #9A9A9A. Windows color (decimal): -1672830 or 8550886. OLE color: 8550886.

HSL color Cylindrical-coordinate representation of color #E67982: hue angle of 355.05º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67982 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 121 130 -
CMYK 0 0.47 0.43 0.10
HSL 355.05º 0.69% 0.69% -
HSV(B) 355.05º 0.47% 0.9% -
XYZ 43.5 32.11 25.02 -
YUV 154.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 230 121 130 0 0.47 0.43 0.10 355.05 0.69 0.69
Hex E6 79 82 0 2F 2B A 163 45 45
Octal 346 171 202 0 57 53 12 543 105 105
Binary 11100110 1111001 10000010 0 101111 101011 1010 101100011 1000101 1000101

Color Harmonies of #E67982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67982

Black with #E67982

Text Example


Text Example

White with #E67982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67982; }

 p { color: rgb(230,121,130); }

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

background-color css

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

 a { background-color: rgb(230,121,130); }

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

border-color css

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

 span { border-color: rgb(230,121,130); }

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