Html Css Color HEX #E6727B Froly

📋 copy color: '#E6727B'

red 230 ◦ green 114 ◦ blue 123

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

Shades of Froly #E6727B

Tints of Froly #E6727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.34%

R = 49.25%
G = 24.41%
B = 26.34%

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

#E6727B (or 0xE6727B) is known color: Froly. HEX triplet: E6, 72 and 7B. RGB value is (230,114,123). Sum of RGB (Red+Green+Blue) = 230+114+123=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 114 (44.92% from 255 or 24.41% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E6727B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6727B is #198D84. Grayscale: #959595. Windows color (decimal): -1674629 or 8090342. OLE color: 8090342.

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

Color convert

RGB 230 114 123 -
CMYK 0 0.50 0.47 0.10
HSL 355.34º 0.7% 0.67% -
HSV(B) 355.34º 0.5% 0.9% -
XYZ 42.23 30.29 22.36 -
YUV 149.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 230 114 123 0 0.50 0.47 0.10 355.34 0.7 0.67
Hex E6 72 7B 0 32 2F A 163 46 43
Octal 346 162 173 0 62 57 12 543 106 103
Binary 11100110 1110010 1111011 0 110010 101111 1010 101100011 1000110 1000011

Color Harmonies of #E6727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6727B

Black with #E6727B

Text Example


Text Example

White with #E6727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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