Html Css Color HEX #E65079 Dark Pink

📋 copy color: '#E65079'

red 230 ◦ green 80 ◦ blue 121

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

Shades of Dark Pink #E65079

Tints of Dark Pink #E65079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 53.36%
G = 18.56%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E65079 (or 0xE65079) is known color: Dark Pink. HEX triplet: E6, 50 and 79. RGB value is (230,80,121). Sum of RGB (Red+Green+Blue) = 230+80+121=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E65079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65079 is #19AF86. Grayscale: #818181. Windows color (decimal): -1683335 or 7950566. OLE color: 7950566.

HSL color Cylindrical-coordinate representation of color #E65079: hue angle of 343.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 #E65079 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 121 -
CMYK 0 0.65 0.47 0.10
HSL 343.6º 0.75% 0.61% -
HSV(B) 343.6º 0.65% 0.9% -
XYZ 38.95 23.94 20.66 -
YUV 129.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 230 80 121 0 0.65 0.47 0.10 343.6 0.75 0.61
Hex E6 50 79 0 41 2F A 158 4B 3D
Octal 346 120 171 0 101 57 12 530 113 75
Binary 11100110 1010000 1111001 0 1000001 101111 1010 101011000 1001011 111101

Color Harmonies of #E65079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65079

Black with #E65079

Text Example


Text Example

White with #E65079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65079; }

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

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

background-color css

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

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

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

border-color css

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

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

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