Html Css Color HEX #E67C7F Froly

📋 copy color: '#E67C7F'

red 230 ◦ green 124 ◦ blue 127

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

Shades of Froly #E67C7F

Tints of Froly #E67C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 127 (50% from 255) = 26.4%

R = 47.82%
G = 25.78%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E67C7F (or 0xE67C7F) is known color: Froly. HEX triplet: E6, 7C and 7F. RGB value is (230,124,127). Sum of RGB (Red+Green+Blue) = 230+124+127=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67C7F is #198380. Grayscale: #9C9C9C. Windows color (decimal): -1672065 or 8355046. OLE color: 8355046.

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

Color convert

RGB 230 124 127 -
CMYK 0 0.46 0.45 0.10
HSL 358.3º 0.68% 0.69% -
HSV(B) 358.3º 0.46% 0.9% -
XYZ 43.67 32.77 24.1 -
YUV 156.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 230 124 127 0 0.46 0.45 0.10 358.3 0.68 0.69
Hex E6 7C 7F 0 2E 2D A 166 44 45
Octal 346 174 177 0 56 55 12 546 104 105
Binary 11100110 1111100 1111111 0 101110 101101 1010 101100110 1000100 1000101

Color Harmonies of #E67C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67C7F

Black with #E67C7F

Text Example


Text Example

White with #E67C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67C7F; }

 p { color: rgb(230,124,127); }

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

background-color css

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

 a { background-color: rgb(230,124,127); }

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

border-color css

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

 span { border-color: rgb(230,124,127); }

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