Html Css Color HEX #E67D7E Froly

📋 copy color: '#E67D7E'

red 230 ◦ green 125 ◦ blue 126

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

Shades of Froly #E67D7E

Tints of Froly #E67D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.99%

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

R = 47.82%
G = 25.99%
B = 26.2%

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

#E67D7E (or 0xE67D7E) is known color: Froly. HEX triplet: E6, 7D and 7E. RGB value is (230,125,126). Sum of RGB (Red+Green+Blue) = 230+125+126=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E67D7E is #198281. Grayscale: #9C9C9C. Windows color (decimal): -1671810 or 8289766. OLE color: 8289766.

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

Color convert

RGB 230 125 126 -
CMYK 0 0.46 0.45 0.10
HSL 359.43º 0.68% 0.7% -
HSV(B) 359.43º 0.46% 0.9% -
XYZ 43.73 33 23.8 -
YUV 156.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 230 125 126 0 0.46 0.45 0.10 359.43 0.68 0.7
Hex E6 7D 7E 0 2E 2D A 167 44 46
Octal 346 175 176 0 56 55 12 547 104 106
Binary 11100110 1111101 1111110 0 101110 101101 1010 101100111 1000100 1000110

Color Harmonies of #E67D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67D7E

Black with #E67D7E

Text Example


Text Example

White with #E67D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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