Html Css Color HEX #E66BBA Persian Pink

📋 copy color: '#E66BBA'

red 230 ◦ green 107 ◦ blue 186

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

Shades of Persian Pink #E66BBA

Tints of Persian Pink #E66BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.46%

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

R = 43.98%
G = 20.46%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E66BBA (or 0xE66BBA) is known color: Persian Pink. HEX triplet: E6, 6B and BA. RGB value is (230,107,186). Sum of RGB (Red+Green+Blue) = 230+107+186=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E66BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66BBA is #199445. Grayscale: #989898. Windows color (decimal): -1676358 or 12217318. OLE color: 12217318.

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

Color convert

RGB 230 107 186 -
CMYK 0 0.53 0.19 0.10
HSL 321.46º 0.71% 0.66% -
HSV(B) 321.46º 0.53% 0.9% -
XYZ 46.75 30.88 49.95 -
YUV 152.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 230 107 186 0 0.53 0.19 0.10 321.46 0.71 0.66
Hex E6 6B BA 0 35 13 A 141 47 42
Octal 346 153 272 0 65 23 12 501 107 102
Binary 11100110 1101011 10111010 0 110101 10011 1010 101000001 1000111 1000010

Color Harmonies of #E66BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66BBA

Black with #E66BBA

Text Example


Text Example

White with #E66BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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