Html Css Color HEX #E075BF Persian Pink

📋 copy color: '#E075BF'

red 224 ◦ green 117 ◦ blue 191

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

Shades of Persian Pink #E075BF

Tints of Persian Pink #E075BF

RGB

 RED value IS 224 (87.89% from 255) = 42.11%

 GREEN value IS 117 (46.09% from 255) = 21.99%

 BLUE value IS 191 (75% from 255) = 35.9%

R = 42.11%
G = 21.99%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E075BF (or 0xE075BF) is known color: Persian Pink. HEX triplet: E0, 75 and BF. RGB value is (224,117,191). Sum of RGB (Red+Green+Blue) = 224+117+191=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E075BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075BF is #1F8A40. Grayscale: #9D9D9D. Windows color (decimal): -2067009 or 12547552. OLE color: 12547552.

HSL color Cylindrical-coordinate representation of color #E075BF: hue angle of 318.5º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E075BF is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 191 -
CMYK 0 0.48 0.15 0.12
HSL 318.5º 0.63% 0.67% -
HSV(B) 318.5º 0.48% 0.88% -
XYZ 46.51 32.33 53.08 -
YUV 157.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 224 117 191 0 0.48 0.15 0.12 318.5 0.63 0.67
Hex E0 75 BF 0 30 F C 13F 3F 43
Octal 340 165 277 0 60 17 14 477 77 103
Binary 11100000 1110101 10111111 0 110000 1111 1100 100111111 111111 1000011

Color Harmonies of #E075BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075BF

Black with #E075BF

Text Example


Text Example

White with #E075BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075BF; }

 p { color: rgb(224,117,191); }

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

background-color css

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

 a { background-color: rgb(224,117,191); }

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

border-color css

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

 span { border-color: rgb(224,117,191); }

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