Html Css Color HEX #E65E8F Dark Pink

📋 copy color: '#E65E8F'

red 230 ◦ green 94 ◦ blue 143

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

Shades of Dark Pink #E65E8F

Tints of Dark Pink #E65E8F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.13%

 BLUE value IS 143 (56.25% from 255) = 30.62%

R = 49.25%
G = 20.13%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E65E8F (or 0xE65E8F) is known color: Dark Pink. HEX triplet: E6, 5E and 8F. RGB value is (230,94,143). Sum of RGB (Red+Green+Blue) = 230+94+143=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65E8F is #19A170. Grayscale: #8C8C8C. Windows color (decimal): -1679729 or 9395942. OLE color: 9395942.

HSL color Cylindrical-coordinate representation of color #E65E8F: hue angle of 338.38º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65E8F is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 94 143 -
CMYK 0 0.59 0.38 0.10
HSL 338.38º 0.73% 0.64% -
HSV(B) 338.38º 0.59% 0.9% -
XYZ 41.59 26.81 28.97 -
YUV 140.25 129.56 192.02 -
System Red Green Blue C M Y K H S L
Decimal 230 94 143 0 0.59 0.38 0.10 338.38 0.73 0.64
Hex E6 5E 8F 0 3B 26 A 152 49 40
Octal 346 136 217 0 73 46 12 522 111 100
Binary 11100110 1011110 10001111 0 111011 100110 1010 101010010 1001001 1000000

Color Harmonies of #E65E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65E8F

Black with #E65E8F

Text Example


Text Example

White with #E65E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65E8F; }

 p { color: rgb(230,94,143); }

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

background-color css

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

 a { background-color: rgb(230,94,143); }

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

border-color css

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

 span { border-color: rgb(230,94,143); }

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