Html Css Color HEX #E67380 Froly

📋 copy color: '#E67380'

red 230 ◦ green 115 ◦ blue 128

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

Shades of Froly #E67380

Tints of Froly #E67380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.31%

 BLUE value IS 128 (50.39% from 255) = 27.06%

R = 48.63%
G = 24.31%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E67380 (or 0xE67380) is known color: Froly. HEX triplet: E6, 73 and 80. RGB value is (230,115,128). Sum of RGB (Red+Green+Blue) = 230+115+128=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E67380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67380 is #198C7F. Grayscale: #969696. Windows color (decimal): -1674368 or 8418278. OLE color: 8418278.

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

Color convert

RGB 230 115 128 -
CMYK 0 0.5 0.44 0.10
HSL 353.22º 0.7% 0.68% -
HSV(B) 353.22º 0.5% 0.9% -
XYZ 42.66 30.64 24.09 -
YUV 150.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 230 115 128 0 0.5 0.44 0.10 353.22 0.7 0.68
Hex E6 73 80 0 32 2C A 161 46 44
Octal 346 163 200 0 62 54 12 541 106 104
Binary 11100110 1110011 10000000 0 110010 101100 1010 101100001 1000110 1000100

Color Harmonies of #E67380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67380

Black with #E67380

Text Example


Text Example

White with #E67380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67380; }

 p { color: rgb(230,115,128); }

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

background-color css

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

 a { background-color: rgb(230,115,128); }

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

border-color css

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

 span { border-color: rgb(230,115,128); }

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