Html Css Color HEX #E6667E Froly

📋 copy color: '#E6667E'

red 230 ◦ green 102 ◦ blue 126

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

Shades of Froly #E6667E

Tints of Froly #E6667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.27%

 BLUE value IS 126 (49.61% from 255) = 27.51%

R = 50.22%
G = 22.27%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6667E (or 0xE6667E) is known color: Froly. HEX triplet: E6, 66 and 7E. RGB value is (230,102,126). Sum of RGB (Red+Green+Blue) = 230+102+126=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6667E is #199981. Grayscale: #8F8F8F. Windows color (decimal): -1677698 or 8283878. OLE color: 8283878.

HSL color Cylindrical-coordinate representation of color #E6667E: hue angle of 348.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6667E is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 102 126 -
CMYK 0 0.56 0.45 0.10
HSL 348.75º 0.72% 0.65% -
HSV(B) 348.75º 0.56% 0.9% -
XYZ 41.15 27.83 22.94 -
YUV 143.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 230 102 126 0 0.56 0.45 0.10 348.75 0.72 0.65
Hex E6 66 7E 0 38 2D A 15D 48 41
Octal 346 146 176 0 70 55 12 535 110 101
Binary 11100110 1100110 1111110 0 111000 101101 1010 101011101 1001000 1000001

Color Harmonies of #E6667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6667E

Black with #E6667E

Text Example


Text Example

White with #E6667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6667E; }

 p { color: rgb(230,102,126); }

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

background-color css

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

 a { background-color: rgb(230,102,126); }

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

border-color css

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

 span { border-color: rgb(230,102,126); }

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