Html Css Color HEX #E65083 Dark Pink

📋 copy color: '#E65083'

red 230 ◦ green 80 ◦ blue 131

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

Shades of Dark Pink #E65083

Tints of Dark Pink #E65083

RGB

 RED value IS 230 (90.23% from 255) = 52.15%

 GREEN value IS 80 (31.64% from 255) = 18.14%

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

R = 52.15%
G = 18.14%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E65083 (or 0xE65083) is known color: Dark Pink. HEX triplet: E6, 50 and 83. RGB value is (230,80,131). Sum of RGB (Red+Green+Blue) = 230+80+131=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E65083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65083 is #19AF7C. Grayscale: #828282. Windows color (decimal): -1683325 or 8605926. OLE color: 8605926.

HSL color Cylindrical-coordinate representation of color #E65083: hue angle of 339.6º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E65083 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 131 -
CMYK 0 0.65 0.43 0.10
HSL 339.6º 0.75% 0.61% -
HSV(B) 339.6º 0.65% 0.9% -
XYZ 39.6 24.2 24.06 -
YUV 130.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 230 80 131 0 0.65 0.43 0.10 339.6 0.75 0.61
Hex E6 50 83 0 41 2B A 154 4B 3D
Octal 346 120 203 0 101 53 12 524 113 75
Binary 11100110 1010000 10000011 0 1000001 101011 1010 101010100 1001011 111101

Color Harmonies of #E65083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65083

Black with #E65083

Text Example


Text Example

White with #E65083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65083; }

 p { color: rgb(230,80,131); }

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

background-color css

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

 a { background-color: rgb(230,80,131); }

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

border-color css

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

 span { border-color: rgb(230,80,131); }

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