Html Css Color HEX #ED92C2 Shocking

📋 copy color: '#ED92C2'

red 237 ◦ green 146 ◦ blue 194

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

Shades of Shocking #ED92C2

Tints of Shocking #ED92C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.62%

R = 41.07%
G = 25.3%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED92C2 (or 0xED92C2) is known color: Shocking. HEX triplet: ED, 92 and C2. RGB value is (237,146,194). Sum of RGB (Red+Green+Blue) = 237+146+194=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED92C2 is #126D3D. Grayscale: #B2B2B2. Windows color (decimal): -1207614 or 12751597. OLE color: 12751597.

HSL color Cylindrical-coordinate representation of color #ED92C2: hue angle of 328.35º 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 #ED92C2 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 146 194 -
CMYK 0 0.38 0.18 0.07
HSL 328.35º 0.72% 0.75% -
HSV(B) 328.35º 0.38% 0.93% -
XYZ 54.94 42.46 56.34 -
YUV 178.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 237 146 194 0 0.38 0.18 0.07 328.35 0.72 0.75
Hex ED 92 C2 0 26 12 7 148 48 4B
Octal 355 222 302 0 46 22 7 510 110 113
Binary 11101101 10010010 11000010 0 100110 10010 111 101001000 1001000 1001011

Color Harmonies of #ED92C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED92C2

Black with #ED92C2

Text Example


Text Example

White with #ED92C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED92C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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