Html Css Color HEX #E275BE Persian Pink

📋 copy color: '#E275BE'

red 226 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #E275BE

Tints of Persian Pink #E275BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.65%

R = 42.4%
G = 21.95%
B = 35.65%

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

#E275BE (or 0xE275BE) is known color: Persian Pink. HEX triplet: E2, 75 and BE. RGB value is (226,117,190). Sum of RGB (Red+Green+Blue) = 226+117+190=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E275BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275BE is #1D8A41. Grayscale: #9D9D9D. Windows color (decimal): -1935938 or 12482018. OLE color: 12482018.

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

Color convert

RGB 226 117 190 -
CMYK 0 0.48 0.16 0.11
HSL 319.82º 0.65% 0.67% -
HSV(B) 319.82º 0.48% 0.89% -
XYZ 47.02 32.61 52.53 -
YUV 157.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 226 117 190 0 0.48 0.16 0.11 319.82 0.65 0.67
Hex E2 75 BE 0 30 10 B 140 41 43
Octal 342 165 276 0 60 20 13 500 101 103
Binary 11100010 1110101 10111110 0 110000 10000 1011 101000000 1000001 1000011

Color Harmonies of #E275BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275BE

Black with #E275BE

Text Example


Text Example

White with #E275BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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