Html Css Color HEX #E44F7E Dark Pink

📋 copy color: '#E44F7E'

red 228 ◦ green 79 ◦ blue 126

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

Shades of Dark Pink #E44F7E

Tints of Dark Pink #E44F7E

RGB

 RED value IS 228 (89.45% from 255) = 52.66%

 GREEN value IS 79 (31.25% from 255) = 18.24%

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 52.66%
G = 18.24%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E44F7E (or 0xE44F7E) is known color: Dark Pink. HEX triplet: E4, 4F and 7E. RGB value is (228,79,126). Sum of RGB (Red+Green+Blue) = 228+79+126=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E44F7E is #1BB081. Grayscale: #808080. Windows color (decimal): -1814658 or 8277988. OLE color: 8277988.

HSL color Cylindrical-coordinate representation of color #E44F7E: hue angle of 341.07º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E44F7E is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 79 126 -
CMYK 0 0.65 0.45 0.11
HSL 341.07º 0.73% 0.6% -
HSV(B) 341.07º 0.65% 0.89% -
XYZ 38.56 23.59 22.26 -
YUV 128.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 228 79 126 0 0.65 0.45 0.11 341.07 0.73 0.6
Hex E4 4F 7E 0 41 2D B 155 49 3C
Octal 344 117 176 0 101 55 13 525 111 74
Binary 11100100 1001111 1111110 0 1000001 101101 1011 101010101 1001001 111100

Color Harmonies of #E44F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44F7E

Black with #E44F7E

Text Example


Text Example

White with #E44F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44F7E; }

 p { color: rgb(228,79,126); }

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

background-color css

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

 a { background-color: rgb(228,79,126); }

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

border-color css

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

 span { border-color: rgb(228,79,126); }

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