Html Css Color HEX #E6467F Dark Pink

📋 copy color: '#E6467F'

red 230 ◦ green 70 ◦ blue 127

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

Shades of Dark Pink #E6467F

Tints of Dark Pink #E6467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.39%

 BLUE value IS 127 (50% from 255) = 29.74%

R = 53.86%
G = 16.39%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6467F (or 0xE6467F) is known color: Dark Pink. HEX triplet: E6, 46 and 7F. RGB value is (230,70,127). Sum of RGB (Red+Green+Blue) = 230+70+127=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E6467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6467F is #19B980. Grayscale: #7C7C7C. Windows color (decimal): -1685889 or 8341222. OLE color: 8341222.

HSL color Cylindrical-coordinate representation of color #E6467F: hue angle of 338.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6467F is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 70 127 -
CMYK 0 0.70 0.45 0.10
HSL 338.63º 0.76% 0.59% -
HSV(B) 338.63º 0.7% 0.9% -
XYZ 38.65 22.74 22.43 -
YUV 124.34 129.51 203.37 -
System Red Green Blue C M Y K H S L
Decimal 230 70 127 0 0.70 0.45 0.10 338.63 0.76 0.59
Hex E6 46 7F 0 46 2D A 153 4C 3B
Octal 346 106 177 0 106 55 12 523 114 73
Binary 11100110 1000110 1111111 0 1000110 101101 1010 101010011 1001100 111011

Color Harmonies of #E6467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6467F

Black with #E6467F

Text Example


Text Example

White with #E6467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6467F; }

 p { color: rgb(230,70,127); }

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

background-color css

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

 a { background-color: rgb(230,70,127); }

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

border-color css

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

 span { border-color: rgb(230,70,127); }

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