Html Css Color HEX #EB427B Dark Pink

📋 copy color: '#EB427B'

red 235 ◦ green 66 ◦ blue 123

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

Shades of Dark Pink #EB427B

Tints of Dark Pink #EB427B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.57%

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 55.42%
G = 15.57%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB427B (or 0xEB427B) is known color: Dark Pink. HEX triplet: EB, 42 and 7B. RGB value is (235,66,123). Sum of RGB (Red+Green+Blue) = 235+66+123=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB427B is #14BD84. Grayscale: #7A7A7A. Windows color (decimal): -1359237 or 8078059. OLE color: 8078059.

HSL color Cylindrical-coordinate representation of color #EB427B: hue angle of 339.76º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB427B is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 66 123 -
CMYK 0 0.72 0.48 0.08
HSL 339.76º 0.81% 0.59% -
HSV(B) 339.76º 0.72% 0.92% -
XYZ 39.78 22.99 21.08 -
YUV 123.03 127.99 207.87 -
System Red Green Blue C M Y K H S L
Decimal 235 66 123 0 0.72 0.48 0.08 339.76 0.81 0.59
Hex EB 42 7B 0 48 30 8 154 51 3B
Octal 353 102 173 0 110 60 10 524 121 73
Binary 11101011 1000010 1111011 0 1001000 110000 1000 101010100 1010001 111011

Color Harmonies of #EB427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB427B

Black with #EB427B

Text Example


Text Example

White with #EB427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB427B; }

 p { color: rgb(235,66,123); }

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

background-color css

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

 a { background-color: rgb(235,66,123); }

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

border-color css

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

 span { border-color: rgb(235,66,123); }

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