Html Css Color HEX #E674BB Persian Pink

📋 copy color: '#E674BB'

red 230 ◦ green 116 ◦ blue 187

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

Shades of Persian Pink #E674BB

Tints of Persian Pink #E674BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.76%

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

R = 43.15%
G = 21.76%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E674BB (or 0xE674BB) is known color: Persian Pink. HEX triplet: E6, 74 and BB. RGB value is (230,116,187). Sum of RGB (Red+Green+Blue) = 230+116+187=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E674BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674BB is #198B44. Grayscale: #9E9E9E. Windows color (decimal): -1674053 or 12285158. OLE color: 12285158.

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

Color convert

RGB 230 116 187 -
CMYK 0 0.50 0.19 0.10
HSL 322.63º 0.7% 0.68% -
HSV(B) 322.63º 0.5% 0.9% -
XYZ 47.85 32.9 50.84 -
YUV 158.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 230 116 187 0 0.50 0.19 0.10 322.63 0.7 0.68
Hex E6 74 BB 0 32 13 A 143 46 44
Octal 346 164 273 0 62 23 12 503 106 104
Binary 11100110 1110100 10111011 0 110010 10011 1010 101000011 1000110 1000100

Color Harmonies of #E674BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674BB

Black with #E674BB

Text Example


Text Example

White with #E674BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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