Html Css Color HEX #E67981 Froly

📋 copy color: '#E67981'

red 230 ◦ green 121 ◦ blue 129

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

Shades of Froly #E67981

Tints of Froly #E67981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.88%

R = 47.92%
G = 25.21%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E67981 (or 0xE67981) is known color: Froly. HEX triplet: E6, 79 and 81. RGB value is (230,121,129). Sum of RGB (Red+Green+Blue) = 230+121+129=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 121 (47.66% from 255 or 25.21% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E67981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67981 is #19867E. Grayscale: #9A9A9A. Windows color (decimal): -1672831 or 8485350. OLE color: 8485350.

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

Color convert

RGB 230 121 129 -
CMYK 0 0.47 0.44 0.10
HSL 355.6º 0.69% 0.69% -
HSV(B) 355.6º 0.47% 0.9% -
XYZ 43.43 32.08 24.67 -
YUV 154.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 230 121 129 0 0.47 0.44 0.10 355.6 0.69 0.69
Hex E6 79 81 0 2F 2C A 164 45 45
Octal 346 171 201 0 57 54 12 544 105 105
Binary 11100110 1111001 10000001 0 101111 101100 1010 101100100 1000101 1000101

Color Harmonies of #E67981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67981

Black with #E67981

Text Example


Text Example

White with #E67981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67981; }

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

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

background-color css

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

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

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

border-color css

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

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

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