Html Css Color HEX #E671BB Persian Pink

📋 copy color: '#E671BB'

red 230 ◦ green 113 ◦ blue 187

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

Shades of Persian Pink #E671BB

Tints of Persian Pink #E671BB

RGB

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

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

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

R = 43.4%
G = 21.32%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E671BB (or 0xE671BB) is known color: Persian Pink. HEX triplet: E6, 71 and BB. RGB value is (230,113,187). Sum of RGB (Red+Green+Blue) = 230+113+187=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E671BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671BB is #198E44. Grayscale: #9C9C9C. Windows color (decimal): -1674821 or 12284390. OLE color: 12284390.

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

Color convert

RGB 230 113 187 -
CMYK 0 0.51 0.19 0.10
HSL 322.05º 0.7% 0.67% -
HSV(B) 322.05º 0.51% 0.9% -
XYZ 47.51 32.22 50.73 -
YUV 156.42 145.26 180.48 -
System Red Green Blue C M Y K H S L
Decimal 230 113 187 0 0.51 0.19 0.10 322.05 0.7 0.67
Hex E6 71 BB 0 33 13 A 142 46 43
Octal 346 161 273 0 63 23 12 502 106 103
Binary 11100110 1110001 10111011 0 110011 10011 1010 101000010 1000110 1000011

Color Harmonies of #E671BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E671BB

Black with #E671BB

Text Example


Text Example

White with #E671BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E671BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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