Html Css Color HEX #ED238C Deep Pink

📋 copy color: '#ED238C'

red 237 ◦ green 35 ◦ blue 140

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

Shades of Deep Pink #ED238C

Tints of Deep Pink #ED238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.5%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 57.52%
G = 8.5%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED238C (or 0xED238C) is known color: Deep Pink. HEX triplet: ED, 23 and 8C. RGB value is (237,35,140). Sum of RGB (Red+Green+Blue) = 237+35+140=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED238C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED238C is #12DC73. Grayscale: #6B6B6B. Windows color (decimal): -1236084 or 9184237. OLE color: 9184237.

HSL color Cylindrical-coordinate representation of color #ED238C: hue angle of 328.81º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED238C is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 35 140 -
CMYK 0 0.85 0.41 0.07
HSL 328.81º 0.85% 0.53% -
HSV(B) 328.81º 0.85% 0.93% -
XYZ 40.26 21.1 26.76 -
YUV 107.37 146.42 220.46 -
System Red Green Blue C M Y K H S L
Decimal 237 35 140 0 0.85 0.41 0.07 328.81 0.85 0.53
Hex ED 23 8C 0 55 29 7 149 55 35
Octal 355 43 214 0 125 51 7 511 125 65
Binary 11101101 100011 10001100 0 1010101 101001 111 101001001 1010101 110101

Color Harmonies of #ED238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED238C

Black with #ED238C

Text Example


Text Example

White with #ED238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED238C; }

 p { color: rgb(237,35,140); }

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

background-color css

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

 a { background-color: rgb(237,35,140); }

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

border-color css

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

 span { border-color: rgb(237,35,140); }

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