Html Css Color HEX #E673BC Persian Pink

📋 copy color: '#E673BC'

red 230 ◦ green 115 ◦ blue 188

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

Shades of Persian Pink #E673BC

Tints of Persian Pink #E673BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.27%

R = 43.15%
G = 21.58%
B = 35.27%

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

#E673BC (or 0xE673BC) is known color: Persian Pink. HEX triplet: E6, 73 and BC. RGB value is (230,115,188). Sum of RGB (Red+Green+Blue) = 230+115+188=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E673BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673BC is #198C43. Grayscale: #9D9D9D. Windows color (decimal): -1674308 or 12350438. OLE color: 12350438.

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

Color convert

RGB 230 115 188 -
CMYK 0 0.5 0.18 0.10
HSL 321.91º 0.7% 0.68% -
HSV(B) 321.91º 0.5% 0.9% -
XYZ 47.84 32.72 51.37 -
YUV 157.71 145.1 179.56 -
System Red Green Blue C M Y K H S L
Decimal 230 115 188 0 0.5 0.18 0.10 321.91 0.7 0.68
Hex E6 73 BC 0 32 12 A 142 46 44
Octal 346 163 274 0 62 22 12 502 106 104
Binary 11100110 1110011 10111100 0 110010 10010 1010 101000010 1000110 1000100

Color Harmonies of #E673BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673BC

Black with #E673BC

Text Example


Text Example

White with #E673BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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