Html Css Color HEX #E93EB2 Persian Rose

📋 copy color: '#E93EB2'

red 233 ◦ green 62 ◦ blue 178

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

Shades of Persian Rose #E93EB2

Tints of Persian Rose #E93EB2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.11%

 BLUE value IS 178 (69.92% from 255) = 37.63%

R = 49.26%
G = 13.11%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E93EB2 (or 0xE93EB2) is known color: Persian Rose. HEX triplet: E9, 3E and B2. RGB value is (233,62,178). Sum of RGB (Red+Green+Blue) = 233+62+178=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 62 (24.61% from 255 or 13.11% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E93EB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93EB2 is #16C14D. Grayscale: #7E7E7E. Windows color (decimal): -1491278 or 11681513. OLE color: 11681513.

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

Color convert

RGB 233 62 178 -
CMYK 0 0.73 0.24 0.09
HSL 319.3º 0.8% 0.58% -
HSV(B) 319.3º 0.73% 0.91% -
XYZ 43.36 23.98 44.46 -
YUV 126.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 233 62 178 0 0.73 0.24 0.09 319.3 0.8 0.58
Hex E9 3E B2 0 49 18 9 13F 50 3A
Octal 351 76 262 0 111 30 11 477 120 72
Binary 11101001 111110 10110010 0 1001001 11000 1001 100111111 1010000 111010

Color Harmonies of #E93EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93EB2

Black with #E93EB2

Text Example


Text Example

White with #E93EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93EB2; }

 p { color: rgb(233,62,178); }

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

background-color css

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

 a { background-color: rgb(233,62,178); }

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

border-color css

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

 span { border-color: rgb(233,62,178); }

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