Html Css Color HEX #E66C7A Froly

📋 copy color: '#E66C7A'

red 230 ◦ green 108 ◦ blue 122

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

Shades of Froly #E66C7A

Tints of Froly #E66C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.48%

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

R = 50%
G = 23.48%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E66C7A (or 0xE66C7A) is known color: Froly. HEX triplet: E6, 6C and 7A. RGB value is (230,108,122). Sum of RGB (Red+Green+Blue) = 230+108+122=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66C7A is #199385. Grayscale: #929292. Windows color (decimal): -1676166 or 8023270. OLE color: 8023270.

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

Color convert

RGB 230 108 122 -
CMYK 0 0.53 0.47 0.10
HSL 353.11º 0.71% 0.66% -
HSV(B) 353.11º 0.53% 0.9% -
XYZ 41.51 28.95 21.81 -
YUV 146.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 230 108 122 0 0.53 0.47 0.10 353.11 0.71 0.66
Hex E6 6C 7A 0 35 2F A 161 47 42
Octal 346 154 172 0 65 57 12 541 107 102
Binary 11100110 1101100 1111010 0 110101 101111 1010 101100001 1000111 1000010

Color Harmonies of #E66C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66C7A

Black with #E66C7A

Text Example


Text Example

White with #E66C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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