Html Css Color HEX #E67DB1 Persian Pink

📋 copy color: '#E67DB1'

red 230 ◦ green 125 ◦ blue 177

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

Shades of Persian Pink #E67DB1

Tints of Persian Pink #E67DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.5%

 BLUE value IS 177 (69.53% from 255) = 33.27%

R = 43.23%
G = 23.5%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E67DB1 (or 0xE67DB1) is known color: Persian Pink. HEX triplet: E6, 7D and B1. RGB value is (230,125,177). Sum of RGB (Red+Green+Blue) = 230+125+177=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67DB1 is #19824E. Grayscale: #A2A2A2. Windows color (decimal): -1671759 or 11632102. OLE color: 11632102.

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

Color convert

RGB 230 125 177 -
CMYK 0 0.46 0.23 0.10
HSL 330.29º 0.68% 0.7% -
HSV(B) 330.29º 0.46% 0.9% -
XYZ 47.9 34.66 45.76 -
YUV 162.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 230 125 177 0 0.46 0.23 0.10 330.29 0.68 0.7
Hex E6 7D B1 0 2E 17 A 14A 44 46
Octal 346 175 261 0 56 27 12 512 104 106
Binary 11100110 1111101 10110001 0 101110 10111 1010 101001010 1000100 1000110

Color Harmonies of #E67DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67DB1

Black with #E67DB1

Text Example


Text Example

White with #E67DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67DB1; }

 p { color: rgb(230,125,177); }

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

background-color css

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

 a { background-color: rgb(230,125,177); }

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

border-color css

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

 span { border-color: rgb(230,125,177); }

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