Html Css Color HEX #E275BD Persian Pink

📋 copy color: '#E275BD'

red 226 ◦ green 117 ◦ blue 189

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

Shades of Persian Pink #E275BD

Tints of Persian Pink #E275BD

RGB

 RED value IS 226 (88.67% from 255) = 42.48%

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

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

R = 42.48%
G = 21.99%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E275BD (or 0xE275BD) is known color: Persian Pink. HEX triplet: E2, 75 and BD. RGB value is (226,117,189). Sum of RGB (Red+Green+Blue) = 226+117+189=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E275BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275BD is #1D8A42. Grayscale: #9D9D9D. Windows color (decimal): -1935939 or 12416482. OLE color: 12416482.

HSL color Cylindrical-coordinate representation of color #E275BD: hue angle of 320.37º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E275BD is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 117 189 -
CMYK 0 0.48 0.16 0.11
HSL 320.37º 0.65% 0.67% -
HSV(B) 320.37º 0.48% 0.89% -
XYZ 46.91 32.57 51.96 -
YUV 157.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 226 117 189 0 0.48 0.16 0.11 320.37 0.65 0.67
Hex E2 75 BD 0 30 10 B 140 41 43
Octal 342 165 275 0 60 20 13 500 101 103
Binary 11100010 1110101 10111101 0 110000 10000 1011 101000000 1000001 1000011

Color Harmonies of #E275BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275BD

Black with #E275BD

Text Example


Text Example

White with #E275BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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