Html Css Color HEX #E25384 Dark Pink

📋 copy color: '#E25384'

red 226 ◦ green 83 ◦ blue 132

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

Shades of Dark Pink #E25384

Tints of Dark Pink #E25384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.82%

 BLUE value IS 132 (51.95% from 255) = 29.93%

R = 51.25%
G = 18.82%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E25384 (or 0xE25384) is known color: Dark Pink. HEX triplet: E2, 53 and 84. RGB value is (226,83,132). Sum of RGB (Red+Green+Blue) = 226+83+132=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E25384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25384 is #1DAC7B. Grayscale: #838383. Windows color (decimal): -1944700 or 8672226. OLE color: 8672226.

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

Color convert

RGB 226 83 132 -
CMYK 0 0.63 0.42 0.11
HSL 339.44º 0.71% 0.61% -
HSV(B) 339.44º 0.63% 0.89% -
XYZ 38.62 24.02 24.43 -
YUV 131.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 226 83 132 0 0.63 0.42 0.11 339.44 0.71 0.61
Hex E2 53 84 0 3F 2A B 153 47 3D
Octal 342 123 204 0 77 52 13 523 107 75
Binary 11100010 1010011 10000100 0 111111 101010 1011 101010011 1000111 111101

Color Harmonies of #E25384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25384

Black with #E25384

Text Example


Text Example

White with #E25384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25384; }

 p { color: rgb(226,83,132); }

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

background-color css

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

 a { background-color: rgb(226,83,132); }

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

border-color css

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

 span { border-color: rgb(226,83,132); }

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