Html Css Color HEX #E35293 Dark Pink

📋 copy color: '#E35293'

red 227 ◦ green 82 ◦ blue 147

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

Shades of Dark Pink #E35293

Tints of Dark Pink #E35293

RGB

 RED value IS 227 (89.06% from 255) = 49.78%

 GREEN value IS 82 (32.42% from 255) = 17.98%

 BLUE value IS 147 (57.81% from 255) = 32.24%

R = 49.78%
G = 17.98%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E35293 (or 0xE35293) is known color: Dark Pink. HEX triplet: E3, 52 and 93. RGB value is (227,82,147). Sum of RGB (Red+Green+Blue) = 227+82+147=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E35293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35293 is #1CAD6C. Grayscale: #848484. Windows color (decimal): -1879405 or 9655011. OLE color: 9655011.

HSL color Cylindrical-coordinate representation of color #E35293: hue angle of 333.1º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35293 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 82 147 -
CMYK 0 0.64 0.35 0.11
HSL 333.1º 0.72% 0.61% -
HSV(B) 333.1º 0.64% 0.89% -
XYZ 39.96 24.47 30.22 -
YUV 132.77 136.04 195.21 -
System Red Green Blue C M Y K H S L
Decimal 227 82 147 0 0.64 0.35 0.11 333.1 0.72 0.61
Hex E3 52 93 0 40 23 B 14D 48 3D
Octal 343 122 223 0 100 43 13 515 110 75
Binary 11100011 1010010 10010011 0 1000000 100011 1011 101001101 1001000 111101

Color Harmonies of #E35293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35293

Black with #E35293

Text Example


Text Example

White with #E35293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35293; }

 p { color: rgb(227,82,147); }

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

background-color css

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

 a { background-color: rgb(227,82,147); }

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

border-color css

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

 span { border-color: rgb(227,82,147); }

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