Html Css Color HEX #E67881 Froly

📋 copy color: '#E67881'

red 230 ◦ green 120 ◦ blue 129

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

Shades of Froly #E67881

Tints of Froly #E67881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.05%

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

R = 48.02%
G = 25.05%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E67881 (or 0xE67881) is known color: Froly. HEX triplet: E6, 78 and 81. RGB value is (230,120,129). Sum of RGB (Red+Green+Blue) = 230+120+129=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E67881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67881 is #19877E. Grayscale: #999999. Windows color (decimal): -1673087 or 8485094. OLE color: 8485094.

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

Color convert

RGB 230 120 129 -
CMYK 0 0.48 0.44 0.10
HSL 355.09º 0.69% 0.69% -
HSV(B) 355.09º 0.48% 0.9% -
XYZ 43.31 31.84 24.63 -
YUV 153.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 230 120 129 0 0.48 0.44 0.10 355.09 0.69 0.69
Hex E6 78 81 0 30 2C A 163 45 45
Octal 346 170 201 0 60 54 12 543 105 105
Binary 11100110 1111000 10000001 0 110000 101100 1010 101100011 1000101 1000101

Color Harmonies of #E67881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67881

Black with #E67881

Text Example


Text Example

White with #E67881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67881; }

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

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

background-color css

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

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

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

border-color css

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

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

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