Html Css Color HEX #E671BC Persian Pink

📋 copy color: '#E671BC'

red 230 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #E671BC

Tints of Persian Pink #E671BC

RGB

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

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

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

R = 43.31%
G = 21.28%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E671BC (or 0xE671BC) is known color: Persian Pink. HEX triplet: E6, 71 and BC. RGB value is (230,113,188). Sum of RGB (Red+Green+Blue) = 230+113+188=531 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.31% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 230 - color contains mainly: red. Hex color #E671BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671BC is #198E43. Grayscale: #9C9C9C. Windows color (decimal): -1674820 or 12349926. OLE color: 12349926.

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

Color convert

RGB 230 113 188 -
CMYK 0 0.51 0.18 0.10
HSL 321.54º 0.7% 0.67% -
HSV(B) 321.54º 0.51% 0.9% -
XYZ 47.62 32.26 51.29 -
YUV 156.53 145.76 180.4 -
System Red Green Blue C M Y K H S L
Decimal 230 113 188 0 0.51 0.18 0.10 321.54 0.7 0.67
Hex E6 71 BC 0 33 12 A 142 46 43
Octal 346 161 274 0 63 22 12 502 106 103
Binary 11100110 1110001 10111100 0 110011 10010 1010 101000010 1000110 1000011

Color Harmonies of #E671BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E671BC

Black with #E671BC

Text Example


Text Example

White with #E671BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E671BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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