Html Css Color HEX #E6707A Froly

📋 copy color: '#E6707A'

red 230 ◦ green 112 ◦ blue 122

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

Shades of Froly #E6707A

Tints of Froly #E6707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

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

R = 49.57%
G = 24.14%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6707A (or 0xE6707A) is known color: Froly. HEX triplet: E6, 70 and 7A. RGB value is (230,112,122). Sum of RGB (Red+Green+Blue) = 230+112+122=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E6707A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6707A is #198F85. Grayscale: #949494. Windows color (decimal): -1675142 or 8024294. OLE color: 8024294.

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

Color convert

RGB 230 112 122 -
CMYK 0 0.51 0.47 0.10
HSL 354.92º 0.7% 0.67% -
HSV(B) 354.92º 0.51% 0.9% -
XYZ 41.94 29.82 21.96 -
YUV 148.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 230 112 122 0 0.51 0.47 0.10 354.92 0.7 0.67
Hex E6 70 7A 0 33 2F A 163 46 43
Octal 346 160 172 0 63 57 12 543 106 103
Binary 11100110 1110000 1111010 0 110011 101111 1010 101100011 1000110 1000011

Color Harmonies of #E6707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6707A

Black with #E6707A

Text Example


Text Example

White with #E6707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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