Html Css Color HEX #E241B0 Persian Rose

📋 copy color: '#E241B0'

red 226 ◦ green 65 ◦ blue 176

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

Shades of Persian Rose #E241B0

Tints of Persian Rose #E241B0

RGB

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

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

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

R = 48.39%
G = 13.92%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E241B0 (or 0xE241B0) is known color: Persian Rose. HEX triplet: E2, 41 and B0. RGB value is (226,65,176). Sum of RGB (Red+Green+Blue) = 226+65+176=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E241B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E241B0 is #1DBE4F. Grayscale: #7D7D7D. Windows color (decimal): -1949264 or 11551202. OLE color: 11551202.

HSL color Cylindrical-coordinate representation of color #E241B0: hue angle of 318.63º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E241B0 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 65 176 -
CMYK 0 0.71 0.22 0.11
HSL 318.63º 0.74% 0.57% -
HSV(B) 318.63º 0.71% 0.89% -
XYZ 41.09 23.08 43.36 -
YUV 125.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 226 65 176 0 0.71 0.22 0.11 318.63 0.74 0.57
Hex E2 41 B0 0 47 16 B 13F 4A 39
Octal 342 101 260 0 107 26 13 477 112 71
Binary 11100010 1000001 10110000 0 1000111 10110 1011 100111111 1001010 111001

Color Harmonies of #E241B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E241B0

Black with #E241B0

Text Example


Text Example

White with #E241B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E241B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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