Html Css Color HEX #E25683 Dark Pink

📋 copy color: '#E25683'

red 226 ◦ green 86 ◦ blue 131

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

Shades of Dark Pink #E25683

Tints of Dark Pink #E25683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.41%

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

R = 51.02%
G = 19.41%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E25683 (or 0xE25683) is known color: Dark Pink. HEX triplet: E2, 56 and 83. RGB value is (226,86,131). Sum of RGB (Red+Green+Blue) = 226+86+131=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E25683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25683 is #1DA97C. Grayscale: #848484. Windows color (decimal): -1943933 or 8607458. OLE color: 8607458.

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

Color convert

RGB 226 86 131 -
CMYK 0 0.62 0.42 0.11
HSL 340.71º 0.71% 0.61% -
HSV(B) 340.71º 0.62% 0.89% -
XYZ 38.79 24.46 24.15 -
YUV 132.99 126.88 194.34 -
System Red Green Blue C M Y K H S L
Decimal 226 86 131 0 0.62 0.42 0.11 340.71 0.71 0.61
Hex E2 56 83 0 3E 2A B 155 47 3D
Octal 342 126 203 0 76 52 13 525 107 75
Binary 11100010 1010110 10000011 0 111110 101010 1011 101010101 1000111 111101

Color Harmonies of #E25683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25683

Black with #E25683

Text Example


Text Example

White with #E25683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25683; }

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

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

background-color css

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

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

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

border-color css

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

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

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