Html Css Color HEX #E66DBA Persian Pink

📋 copy color: '#E66DBA'

red 230 ◦ green 109 ◦ blue 186

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

Shades of Persian Pink #E66DBA

Tints of Persian Pink #E66DBA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.76%

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

R = 43.81%
G = 20.76%
B = 35.43%

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

#E66DBA (or 0xE66DBA) is known color: Persian Pink. HEX triplet: E6, 6D and BA. RGB value is (230,109,186). Sum of RGB (Red+Green+Blue) = 230+109+186=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DBA is #199245. Grayscale: #999999. Windows color (decimal): -1675846 or 12217830. OLE color: 12217830.

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

Color convert

RGB 230 109 186 -
CMYK 0 0.53 0.19 0.10
HSL 321.82º 0.71% 0.66% -
HSV(B) 321.82º 0.53% 0.9% -
XYZ 46.96 31.31 50.02 -
YUV 153.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 230 109 186 0 0.53 0.19 0.10 321.82 0.71 0.66
Hex E6 6D BA 0 35 13 A 142 47 42
Octal 346 155 272 0 65 23 12 502 107 102
Binary 11100110 1101101 10111010 0 110101 10011 1010 101000010 1000111 1000010

Color Harmonies of #E66DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DBA

Black with #E66DBA

Text Example


Text Example

White with #E66DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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