Html Css Color HEX #ED1CE3 Razzle Dazzle Rose

📋 copy color: '#ED1CE3'

red 237 ◦ green 28 ◦ blue 227

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

Shades of Razzle Dazzle Rose #ED1CE3

Tints of Razzle Dazzle Rose #ED1CE3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.69%

 BLUE value IS 227 (89.06% from 255) = 46.14%

R = 48.17%
G = 5.69%
B = 46.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ED1CE3 (or 0xED1CE3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 1C and E3. RGB value is (237,28,227). Sum of RGB (Red+Green+Blue) = 237+28+227=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1CE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1CE3 is #12E31C. Grayscale: #707070. Windows color (decimal): -1237789 or 14884077. OLE color: 14884077.

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

Color convert

RGB 237 28 227 -
CMYK 0 0.88 0.04 0.07
HSL 302.87º 0.85% 0.52% -
HSV(B) 302.87º 0.88% 0.93% -
XYZ 49.21 24.38 74.79 -
YUV 113.18 192.24 216.32 -
System Red Green Blue C M Y K H S L
Decimal 237 28 227 0 0.88 0.04 0.07 302.87 0.85 0.52
Hex ED 1C E3 0 58 4 7 12F 55 34
Octal 355 34 343 0 130 4 7 457 125 64
Binary 11101101 11100 11100011 0 1011000 100 111 100101111 1010101 110100

Color Harmonies of #ED1CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1CE3

Black with #ED1CE3

Text Example


Text Example

White with #ED1CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1CE3; }

 p { color: rgb(237,28,227); }

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

background-color css

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

 a { background-color: rgb(237,28,227); }

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

border-color css

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

 span { border-color: rgb(237,28,227); }

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