Html Css Color HEX #E6727D Froly

📋 copy color: '#E6727D'

red 230 ◦ green 114 ◦ blue 125

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

Shades of Froly #E6727D

Tints of Froly #E6727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.31%

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 49.04%
G = 24.31%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6727D (or 0xE6727D) is known color: Froly. HEX triplet: E6, 72 and 7D. RGB value is (230,114,125). Sum of RGB (Red+Green+Blue) = 230+114+125=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6727D is #198D82. Grayscale: #969696. Windows color (decimal): -1674627 or 8221414. OLE color: 8221414.

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

Color convert

RGB 230 114 125 -
CMYK 0 0.50 0.46 0.10
HSL 354.31º 0.7% 0.67% -
HSV(B) 354.31º 0.5% 0.9% -
XYZ 42.35 30.34 23.03 -
YUV 149.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 230 114 125 0 0.50 0.46 0.10 354.31 0.7 0.67
Hex E6 72 7D 0 32 2E A 162 46 43
Octal 346 162 175 0 62 56 12 542 106 103
Binary 11100110 1110010 1111101 0 110010 101110 1010 101100010 1000110 1000011

Color Harmonies of #E6727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6727D

Black with #E6727D

Text Example


Text Example

White with #E6727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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