Html Css Color HEX #E673BB Persian Pink

📋 copy color: '#E673BB'

red 230 ◦ green 115 ◦ blue 187

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

Shades of Persian Pink #E673BB

Tints of Persian Pink #E673BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.15%

R = 43.23%
G = 21.62%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E673BB (or 0xE673BB) is known color: Persian Pink. HEX triplet: E6, 73 and BB. RGB value is (230,115,187). Sum of RGB (Red+Green+Blue) = 230+115+187=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E673BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673BB is #198C44. Grayscale: #9D9D9D. Windows color (decimal): -1674309 or 12284902. OLE color: 12284902.

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

Color convert

RGB 230 115 187 -
CMYK 0 0.5 0.19 0.10
HSL 322.43º 0.7% 0.68% -
HSV(B) 322.43º 0.5% 0.9% -
XYZ 47.73 32.67 50.8 -
YUV 157.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 230 115 187 0 0.5 0.19 0.10 322.43 0.7 0.68
Hex E6 73 BB 0 32 13 A 142 46 44
Octal 346 163 273 0 62 23 12 502 106 104
Binary 11100110 1110011 10111011 0 110010 10011 1010 101000010 1000110 1000100

Color Harmonies of #E673BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673BB

Black with #E673BB

Text Example


Text Example

White with #E673BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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