Html Css Color HEX #ED26C3 Razzle Dazzle Rose

📋 copy color: '#ED26C3'

red 237 ◦ green 38 ◦ blue 195

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

Shades of Razzle Dazzle Rose #ED26C3

Tints of Razzle Dazzle Rose #ED26C3

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.09%

 BLUE value IS 195 (76.56% from 255) = 41.49%

R = 50.43%
G = 8.09%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED26C3 (or 0xED26C3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 26 and C3. RGB value is (237,38,195). Sum of RGB (Red+Green+Blue) = 237+38+195=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 38 (15.23% from 255 or 8.09% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED26C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED26C3 is #12D93C. Grayscale: #727272. Windows color (decimal): -1235261 or 12789485. OLE color: 12789485.

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

Color convert

RGB 237 38 195 -
CMYK 0 0.84 0.18 0.07
HSL 312.66º 0.85% 0.54% -
HSV(B) 312.66º 0.84% 0.93% -
XYZ 45.47 23.33 53.74 -
YUV 115.4 172.93 214.73 -
System Red Green Blue C M Y K H S L
Decimal 237 38 195 0 0.84 0.18 0.07 312.66 0.85 0.54
Hex ED 26 C3 0 54 12 7 139 55 36
Octal 355 46 303 0 124 22 7 471 125 66
Binary 11101101 100110 11000011 0 1010100 10010 111 100111001 1010101 110110

Color Harmonies of #ED26C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED26C3

Black with #ED26C3

Text Example


Text Example

White with #ED26C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED26C3; }

 p { color: rgb(237,38,195); }

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

background-color css

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

 a { background-color: rgb(237,38,195); }

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

border-color css

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

 span { border-color: rgb(237,38,195); }

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