Html Css Color HEX #E6657A Froly

📋 copy color: '#E6657A'

red 230 ◦ green 101 ◦ blue 122

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

Shades of Froly #E6657A

Tints of Froly #E6657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.3%

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

R = 50.77%
G = 22.3%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6657A (or 0xE6657A) is known color: Froly. HEX triplet: E6, 65 and 7A. RGB value is (230,101,122). Sum of RGB (Red+Green+Blue) = 230+101+122=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E6657A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6657A is #199A85. Grayscale: #8E8E8E. Windows color (decimal): -1677958 or 8021478. OLE color: 8021478.

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

Color convert

RGB 230 101 122 -
CMYK 0 0.56 0.47 0.10
HSL 350.23º 0.72% 0.65% -
HSV(B) 350.23º 0.56% 0.9% -
XYZ 40.8 27.54 21.58 -
YUV 141.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 230 101 122 0 0.56 0.47 0.10 350.23 0.72 0.65
Hex E6 65 7A 0 38 2F A 15E 48 41
Octal 346 145 172 0 70 57 12 536 110 101
Binary 11100110 1100101 1111010 0 111000 101111 1010 101011110 1001000 1000001

Color Harmonies of #E6657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6657A

Black with #E6657A

Text Example


Text Example

White with #E6657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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