Html Css Color HEX #E66FBA Persian Pink

📋 copy color: '#E66FBA'

red 230 ◦ green 111 ◦ blue 186

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

Shades of Persian Pink #E66FBA

Tints of Persian Pink #E66FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.06%

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 43.64%
G = 21.06%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E66FBA (or 0xE66FBA) is known color: Persian Pink. HEX triplet: E6, 6F and BA. RGB value is (230,111,186). Sum of RGB (Red+Green+Blue) = 230+111+186=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66FBA is #199045. Grayscale: #9A9A9A. Windows color (decimal): -1675334 or 12218342. OLE color: 12218342.

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

Color convert

RGB 230 111 186 -
CMYK 0 0.52 0.19 0.10
HSL 322.18º 0.7% 0.67% -
HSV(B) 322.18º 0.52% 0.9% -
XYZ 47.18 31.74 50.09 -
YUV 155.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 230 111 186 0 0.52 0.19 0.10 322.18 0.7 0.67
Hex E6 6F BA 0 34 13 A 142 46 43
Octal 346 157 272 0 64 23 12 502 106 103
Binary 11100110 1101111 10111010 0 110100 10011 1010 101000010 1000110 1000011

Color Harmonies of #E66FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66FBA

Black with #E66FBA

Text Example


Text Example

White with #E66FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66FBA; }

 p { color: rgb(230,111,186); }

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

background-color css

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

 a { background-color: rgb(230,111,186); }

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

border-color css

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

 span { border-color: rgb(230,111,186); }

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