Html Css Color HEX #E67DBD Persian Pink

📋 copy color: '#E67DBD'

red 230 ◦ green 125 ◦ blue 189

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

Shades of Persian Pink #E67DBD

Tints of Persian Pink #E67DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.74%

R = 42.28%
G = 22.98%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E67DBD (or 0xE67DBD) is known color: Persian Pink. HEX triplet: E6, 7D and BD. RGB value is (230,125,189). Sum of RGB (Red+Green+Blue) = 230+125+189=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DBD is #198242. Grayscale: #A3A3A3. Windows color (decimal): -1671747 or 12418534. OLE color: 12418534.

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

Color convert

RGB 230 125 189 -
CMYK 0 0.46 0.18 0.10
HSL 323.43º 0.68% 0.7% -
HSV(B) 323.43º 0.46% 0.9% -
XYZ 49.15 35.16 52.34 -
YUV 163.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 230 125 189 0 0.46 0.18 0.10 323.43 0.68 0.7
Hex E6 7D BD 0 2E 12 A 143 44 46
Octal 346 175 275 0 56 22 12 503 104 106
Binary 11100110 1111101 10111101 0 101110 10010 1010 101000011 1000100 1000110

Color Harmonies of #E67DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67DBD

Black with #E67DBD

Text Example


Text Example

White with #E67DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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