Html Css Color HEX #ED92C1 Shocking

📋 copy color: '#ED92C1'

red 237 ◦ green 146 ◦ blue 193

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

Shades of Shocking #ED92C1

Tints of Shocking #ED92C1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.35%

 BLUE value IS 193 (75.78% from 255) = 33.51%

R = 41.15%
G = 25.35%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED92C1 (or 0xED92C1) is known color: Shocking. HEX triplet: ED, 92 and C1. RGB value is (237,146,193). Sum of RGB (Red+Green+Blue) = 237+146+193=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED92C1 is #126D3E. Grayscale: #B2B2B2. Windows color (decimal): -1207615 or 12686061. OLE color: 12686061.

HSL color Cylindrical-coordinate representation of color #ED92C1: hue angle of 329.01º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED92C1 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 146 193 -
CMYK 0 0.38 0.19 0.07
HSL 329.01º 0.72% 0.75% -
HSV(B) 329.01º 0.38% 0.93% -
XYZ 54.83 42.41 55.75 -
YUV 178.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 237 146 193 0 0.38 0.19 0.07 329.01 0.72 0.75
Hex ED 92 C1 0 26 13 7 149 48 4B
Octal 355 222 301 0 46 23 7 511 110 113
Binary 11101101 10010010 11000001 0 100110 10011 111 101001001 1001000 1001011

Color Harmonies of #ED92C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED92C1

Black with #ED92C1

Text Example


Text Example

White with #ED92C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED92C1; }

 p { color: rgb(237,146,193); }

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

background-color css

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

 a { background-color: rgb(237,146,193); }

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

border-color css

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

 span { border-color: rgb(237,146,193); }

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