Html Css Color HEX #E941B0 Persian Rose

📋 copy color: '#E941B0'

red 233 ◦ green 65 ◦ blue 176

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

Shades of Persian Rose #E941B0

Tints of Persian Rose #E941B0

RGB

 RED value IS 233 (91.41% from 255) = 49.16%

 GREEN value IS 65 (25.78% from 255) = 13.71%

 BLUE value IS 176 (69.14% from 255) = 37.13%

R = 49.16%
G = 13.71%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E941B0 (or 0xE941B0) is known color: Persian Rose. HEX triplet: E9, 41 and B0. RGB value is (233,65,176). Sum of RGB (Red+Green+Blue) = 233+65+176=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 176 (69.14% from 255 or 37.13% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E941B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E941B0 is #16BE4F. Grayscale: #7F7F7F. Windows color (decimal): -1490512 or 11551209. OLE color: 11551209.

HSL color Cylindrical-coordinate representation of color #E941B0: hue angle of 320.36º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E941B0 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 65 176 -
CMYK 0 0.72 0.24 0.09
HSL 320.36º 0.79% 0.58% -
HSV(B) 320.36º 0.72% 0.91% -
XYZ 43.33 24.24 43.47 -
YUV 127.89 155.16 202.97 -
System Red Green Blue C M Y K H S L
Decimal 233 65 176 0 0.72 0.24 0.09 320.36 0.79 0.58
Hex E9 41 B0 0 48 18 9 140 4F 3A
Octal 351 101 260 0 110 30 11 500 117 72
Binary 11101001 1000001 10110000 0 1001000 11000 1001 101000000 1001111 111010

Color Harmonies of #E941B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E941B0

Black with #E941B0

Text Example


Text Example

White with #E941B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E941B0; }

 p { color: rgb(233,65,176); }

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

background-color css

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

 a { background-color: rgb(233,65,176); }

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

border-color css

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

 span { border-color: rgb(233,65,176); }

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