Html Css Color HEX #E93DAF Persian Rose

📋 copy color: '#E93DAF'

red 233 ◦ green 61 ◦ blue 175

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

Shades of Persian Rose #E93DAF

Tints of Persian Rose #E93DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.01%

 BLUE value IS 175 (68.75% from 255) = 37.31%

R = 49.68%
G = 13.01%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E93DAF (or 0xE93DAF) is known color: Persian Rose. HEX triplet: E9, 3D and AF. RGB value is (233,61,175). Sum of RGB (Red+Green+Blue) = 233+61+175=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E93DAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E93DAF is #16C250. Grayscale: #7D7D7D. Windows color (decimal): -1491537 or 11484649. OLE color: 11484649.

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

Color convert

RGB 233 61 175 -
CMYK 0 0.74 0.25 0.09
HSL 320.23º 0.8% 0.58% -
HSV(B) 320.23º 0.74% 0.91% -
XYZ 43.01 23.76 42.88 -
YUV 125.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 233 61 175 0 0.74 0.25 0.09 320.23 0.8 0.58
Hex E9 3D AF 0 4A 19 9 140 50 3A
Octal 351 75 257 0 112 31 11 500 120 72
Binary 11101001 111101 10101111 0 1001010 11001 1001 101000000 1010000 111010

Color Harmonies of #E93DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93DAF

Black with #E93DAF

Text Example


Text Example

White with #E93DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93DAF; }

 p { color: rgb(233,61,175); }

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

background-color css

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

 a { background-color: rgb(233,61,175); }

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

border-color css

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

 span { border-color: rgb(233,61,175); }

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