Html Css Color HEX #E25283 Dark Pink

📋 copy color: '#E25283'

red 226 ◦ green 82 ◦ blue 131

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

Shades of Dark Pink #E25283

Tints of Dark Pink #E25283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.84%

R = 51.48%
G = 18.68%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E25283 (or 0xE25283) is known color: Dark Pink. HEX triplet: E2, 52 and 83. RGB value is (226,82,131). Sum of RGB (Red+Green+Blue) = 226+82+131=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E25283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25283 is #1DAD7C. Grayscale: #828282. Windows color (decimal): -1944957 or 8606434. OLE color: 8606434.

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

Color convert

RGB 226 82 131 -
CMYK 0 0.64 0.42 0.11
HSL 339.58º 0.71% 0.6% -
HSV(B) 339.58º 0.64% 0.89% -
XYZ 38.48 23.84 24.05 -
YUV 130.64 128.21 196.02 -
System Red Green Blue C M Y K H S L
Decimal 226 82 131 0 0.64 0.42 0.11 339.58 0.71 0.6
Hex E2 52 83 0 40 2A B 154 47 3C
Octal 342 122 203 0 100 52 13 524 107 74
Binary 11100010 1010010 10000011 0 1000000 101010 1011 101010100 1000111 111100

Color Harmonies of #E25283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25283

Black with #E25283

Text Example


Text Example

White with #E25283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25283; }

 p { color: rgb(226,82,131); }

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

background-color css

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

 a { background-color: rgb(226,82,131); }

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

border-color css

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

 span { border-color: rgb(226,82,131); }

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