Html Css Color HEX #E673BD Persian Pink

📋 copy color: '#E673BD'

red 230 ◦ green 115 ◦ blue 189

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

Shades of Persian Pink #E673BD

Tints of Persian Pink #E673BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.54%

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

R = 43.07%
G = 21.54%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E673BD (or 0xE673BD) is known color: Persian Pink. HEX triplet: E6, 73 and BD. RGB value is (230,115,189). Sum of RGB (Red+Green+Blue) = 230+115+189=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E673BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673BD is #198C42. Grayscale: #9D9D9D. Windows color (decimal): -1674307 or 12415974. OLE color: 12415974.

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

Color convert

RGB 230 115 189 -
CMYK 0 0.5 0.18 0.10
HSL 321.39º 0.7% 0.68% -
HSV(B) 321.39º 0.5% 0.9% -
XYZ 47.95 32.76 51.94 -
YUV 157.82 145.6 179.48 -
System Red Green Blue C M Y K H S L
Decimal 230 115 189 0 0.5 0.18 0.10 321.39 0.7 0.68
Hex E6 73 BD 0 32 12 A 141 46 44
Octal 346 163 275 0 62 22 12 501 106 104
Binary 11100110 1110011 10111101 0 110010 10010 1010 101000001 1000110 1000100

Color Harmonies of #E673BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673BD

Black with #E673BD

Text Example


Text Example

White with #E673BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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