Html Css Color HEX #ED67AB Hot Pink

📋 copy color: '#ED67AB'

red 237 ◦ green 103 ◦ blue 171

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

Shades of Hot Pink #ED67AB

Tints of Hot Pink #ED67AB

RGB

 RED value IS 237 (92.97% from 255) = 46.38%

 GREEN value IS 103 (40.63% from 255) = 20.16%

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 46.38%
G = 20.16%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED67AB (or 0xED67AB) is known color: Hot Pink. HEX triplet: ED, 67 and AB. RGB value is (237,103,171). Sum of RGB (Red+Green+Blue) = 237+103+171=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED67AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED67AB is #129854. Grayscale: #969696. Windows color (decimal): -1218645 or 11233261. OLE color: 11233261.

HSL color Cylindrical-coordinate representation of color #ED67AB: hue angle of 329.55º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED67AB is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 103 171 -
CMYK 0 0.57 0.28 0.07
HSL 329.55º 0.79% 0.67% -
HSV(B) 329.55º 0.57% 0.93% -
XYZ 47.13 30.65 41.96 -
YUV 150.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 237 103 171 0 0.57 0.28 0.07 329.55 0.79 0.67
Hex ED 67 AB 0 39 1C 7 14A 4F 43
Octal 355 147 253 0 71 34 7 512 117 103
Binary 11101101 1100111 10101011 0 111001 11100 111 101001010 1001111 1000011

Color Harmonies of #ED67AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED67AB

Black with #ED67AB

Text Example


Text Example

White with #ED67AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED67AB; }

 p { color: rgb(237,103,171); }

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

background-color css

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

 a { background-color: rgb(237,103,171); }

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

border-color css

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

 span { border-color: rgb(237,103,171); }

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