Html Css Color HEX #E671BE Persian Pink

📋 copy color: '#E671BE'

red 230 ◦ green 113 ◦ blue 190

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

Shades of Persian Pink #E671BE

Tints of Persian Pink #E671BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 43.15%
G = 21.2%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E671BE (or 0xE671BE) is known color: Persian Pink. HEX triplet: E6, 71 and BE. RGB value is (230,113,190). Sum of RGB (Red+Green+Blue) = 230+113+190=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E671BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671BE is #198E41. Grayscale: #9C9C9C. Windows color (decimal): -1674818 or 12480998. OLE color: 12480998.

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

Color convert

RGB 230 113 190 -
CMYK 0 0.51 0.17 0.10
HSL 320.51º 0.7% 0.67% -
HSV(B) 320.51º 0.51% 0.9% -
XYZ 47.83 32.35 52.44 -
YUV 156.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 230 113 190 0 0.51 0.17 0.10 320.51 0.7 0.67
Hex E6 71 BE 0 33 11 A 141 46 43
Octal 346 161 276 0 63 21 12 501 106 103
Binary 11100110 1110001 10111110 0 110011 10001 1010 101000001 1000110 1000011

Color Harmonies of #E671BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E671BE

Black with #E671BE

Text Example


Text Example

White with #E671BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E671BE; }

 p { color: rgb(230,113,190); }

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

background-color css

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

 a { background-color: rgb(230,113,190); }

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

border-color css

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

 span { border-color: rgb(230,113,190); }

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