Html Css Color HEX #EB147E Deep Pink

📋 copy color: '#EB147E'

red 235 ◦ green 20 ◦ blue 126

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

Shades of Deep Pink #EB147E

Tints of Deep Pink #EB147E

RGB

 RED value IS 235 (92.19% from 255) = 61.68%

 GREEN value IS 20 (8.2% from 255) = 5.25%

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

R = 61.68%
G = 5.25%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EB147E (or 0xEB147E) is known color: Deep Pink. HEX triplet: EB, 14 and 7E. RGB value is (235,20,126). Sum of RGB (Red+Green+Blue) = 235+20+126=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB147E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB147E is #14EB81. Grayscale: #606060. Windows color (decimal): -1371010 or 8262891. OLE color: 8262891.

HSL color Cylindrical-coordinate representation of color #EB147E: hue angle of 330.42º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB147E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 20 126 -
CMYK 0 0.91 0.46 0.08
HSL 330.42º 0.84% 0.5% -
HSV(B) 330.42º 0.91% 0.92% -
XYZ 38.28 19.67 21.52 -
YUV 96.37 144.73 226.88 -
System Red Green Blue C M Y K H S L
Decimal 235 20 126 0 0.91 0.46 0.08 330.42 0.84 0.5
Hex EB 14 7E 0 5B 2E 8 14A 54 32
Octal 353 24 176 0 133 56 10 512 124 62
Binary 11101011 10100 1111110 0 1011011 101110 1000 101001010 1010100 110010

Color Harmonies of #EB147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB147E

Black with #EB147E

Text Example


Text Example

White with #EB147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB147E; }

 p { color: rgb(235,20,126); }

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

background-color css

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

 a { background-color: rgb(235,20,126); }

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

border-color css

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

 span { border-color: rgb(235,20,126); }

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