Html Css Color HEX #E67C7E Froly

📋 copy color: '#E67C7E'

red 230 ◦ green 124 ◦ blue 126

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

Shades of Froly #E67C7E

Tints of Froly #E67C7E

RGB

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

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

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

R = 47.92%
G = 25.83%
B = 26.25%

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

#E67C7E (or 0xE67C7E) is known color: Froly. HEX triplet: E6, 7C and 7E. RGB value is (230,124,126). Sum of RGB (Red+Green+Blue) = 230+124+126=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67C7E is #198381. Grayscale: #9C9C9C. Windows color (decimal): -1672066 or 8289510. OLE color: 8289510.

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

Color convert

RGB 230 124 126 -
CMYK 0 0.46 0.45 0.10
HSL 358.87º 0.68% 0.69% -
HSV(B) 358.87º 0.46% 0.9% -
XYZ 43.61 32.74 23.76 -
YUV 155.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 230 124 126 0 0.46 0.45 0.10 358.87 0.68 0.69
Hex E6 7C 7E 0 2E 2D A 167 44 45
Octal 346 174 176 0 56 55 12 547 104 105
Binary 11100110 1111100 1111110 0 101110 101101 1010 101100111 1000100 1000101

Color Harmonies of #E67C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67C7E

Black with #E67C7E

Text Example


Text Example

White with #E67C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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