Html Css Color HEX #ED68B2 Hot Pink

📋 copy color: '#ED68B2'

red 237 ◦ green 104 ◦ blue 178

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

Shades of Hot Pink #ED68B2

Tints of Hot Pink #ED68B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.04%

 BLUE value IS 178 (69.92% from 255) = 34.3%

R = 45.66%
G = 20.04%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED68B2 (or 0xED68B2) is known color: Hot Pink. HEX triplet: ED, 68 and B2. RGB value is (237,104,178). Sum of RGB (Red+Green+Blue) = 237+104+178=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED68B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED68B2 is #12974D. Grayscale: #989898. Windows color (decimal): -1218382 or 11692269. OLE color: 11692269.

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

Color convert

RGB 237 104 178 -
CMYK 0 0.56 0.25 0.07
HSL 326.62º 0.79% 0.67% -
HSV(B) 326.62º 0.56% 0.93% -
XYZ 47.91 31.12 45.6 -
YUV 152.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 237 104 178 0 0.56 0.25 0.07 326.62 0.79 0.67
Hex ED 68 B2 0 38 19 7 147 4F 43
Octal 355 150 262 0 70 31 7 507 117 103
Binary 11101101 1101000 10110010 0 111000 11001 111 101000111 1001111 1000011

Color Harmonies of #ED68B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED68B2

Black with #ED68B2

Text Example


Text Example

White with #ED68B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED68B2; }

 p { color: rgb(237,104,178); }

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

background-color css

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

 a { background-color: rgb(237,104,178); }

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

border-color css

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

 span { border-color: rgb(237,104,178); }

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