Html Css Color HEX #E075BD Persian Pink

📋 copy color: '#E075BD'

red 224 ◦ green 117 ◦ blue 189

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

Shades of Persian Pink #E075BD

Tints of Persian Pink #E075BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.66%

R = 42.26%
G = 22.08%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E075BD (or 0xE075BD) is known color: Persian Pink. HEX triplet: E0, 75 and BD. RGB value is (224,117,189). Sum of RGB (Red+Green+Blue) = 224+117+189=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E075BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E075BD is #1F8A42. Grayscale: #9D9D9D. Windows color (decimal): -2067011 or 12416480. OLE color: 12416480.

HSL color Cylindrical-coordinate representation of color #E075BD: hue angle of 319.63º 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 #E075BD is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 117 189 -
CMYK 0 0.48 0.16 0.12
HSL 319.63º 0.63% 0.67% -
HSV(B) 319.63º 0.48% 0.88% -
XYZ 46.29 32.24 51.93 -
YUV 157.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 224 117 189 0 0.48 0.16 0.12 319.63 0.63 0.67
Hex E0 75 BD 0 30 10 C 140 3F 43
Octal 340 165 275 0 60 20 14 500 77 103
Binary 11100000 1110101 10111101 0 110000 10000 1100 101000000 111111 1000011

Color Harmonies of #E075BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E075BD

Black with #E075BD

Text Example


Text Example

White with #E075BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E075BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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