Html Css Color HEX #E935B3 Persian Rose

📋 copy color: '#E935B3'

red 233 ◦ green 53 ◦ blue 179

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

Shades of Persian Rose #E935B3

Tints of Persian Rose #E935B3

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.4%

 BLUE value IS 179 (70.31% from 255) = 38.49%

R = 50.11%
G = 11.4%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E935B3 (or 0xE935B3) is known color: Persian Rose. HEX triplet: E9, 35 and B3. RGB value is (233,53,179). Sum of RGB (Red+Green+Blue) = 233+53+179=465 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.11% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 233 - color contains mainly: red. Hex color #E935B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E935B3 is #16CA4C. Grayscale: #787878. Windows color (decimal): -1493581 or 11744745. OLE color: 11744745.

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

Color convert

RGB 233 53 179 -
CMYK 0 0.77 0.23 0.09
HSL 318º 0.8% 0.56% -
HSV(B) 318º 0.77% 0.91% -
XYZ 43.01 23.12 44.84 -
YUV 121.18 160.63 207.75 -
System Red Green Blue C M Y K H S L
Decimal 233 53 179 0 0.77 0.23 0.09 318 0.8 0.56
Hex E9 35 B3 0 4D 17 9 13E 50 38
Octal 351 65 263 0 115 27 11 476 120 70
Binary 11101001 110101 10110011 0 1001101 10111 1001 100111110 1010000 111000

Color Harmonies of #E935B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E935B3

Black with #E935B3

Text Example


Text Example

White with #E935B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E935B3; }

 p { color: rgb(233,53,179); }

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

background-color css

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

 a { background-color: rgb(233,53,179); }

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

border-color css

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

 span { border-color: rgb(233,53,179); }

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