Html Css Color HEX #E6727A Froly

📋 copy color: '#E6727A'

red 230 ◦ green 114 ◦ blue 122

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

Shades of Froly #E6727A

Tints of Froly #E6727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 49.36%
G = 24.46%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6727A (or 0xE6727A) is known color: Froly. HEX triplet: E6, 72 and 7A. RGB value is (230,114,122). Sum of RGB (Red+Green+Blue) = 230+114+122=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E6727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6727A is #198D85. Grayscale: #959595. Windows color (decimal): -1674630 or 8024806. OLE color: 8024806.

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

Color convert

RGB 230 114 122 -
CMYK 0 0.50 0.47 0.10
HSL 355.86º 0.7% 0.67% -
HSV(B) 355.86º 0.5% 0.9% -
XYZ 42.16 30.26 22.03 -
YUV 149.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 230 114 122 0 0.50 0.47 0.10 355.86 0.7 0.67
Hex E6 72 7A 0 32 2F A 164 46 43
Octal 346 162 172 0 62 57 12 544 106 103
Binary 11100110 1110010 1111010 0 110010 101111 1010 101100100 1000110 1000011

Color Harmonies of #E6727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6727A

Black with #E6727A

Text Example


Text Example

White with #E6727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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