Html Css Color HEX #ED41CE Razzle Dazzle Rose

📋 copy color: '#ED41CE'

red 237 ◦ green 65 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED41CE

Tints of Razzle Dazzle Rose #ED41CE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.8%

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 46.65%
G = 12.8%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED41CE (or 0xED41CE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 41 and CE. RGB value is (237,65,206). Sum of RGB (Red+Green+Blue) = 237+65+206=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED41CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED41CE is #12BE31. Grayscale: #848484. Windows color (decimal): -1228338 or 13517293. OLE color: 13517293.

HSL color Cylindrical-coordinate representation of color #ED41CE: hue angle of 310.81º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED41CE is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 65 206 -
CMYK 0 0.73 0.13 0.07
HSL 310.81º 0.83% 0.59% -
HSV(B) 310.81º 0.73% 0.93% -
XYZ 47.96 26.24 60.93 -
YUV 132.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 237 65 206 0 0.73 0.13 0.07 310.81 0.83 0.59
Hex ED 41 CE 0 49 D 7 137 53 3B
Octal 355 101 316 0 111 15 7 467 123 73
Binary 11101101 1000001 11001110 0 1001001 1101 111 100110111 1010011 111011

Color Harmonies of #ED41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED41CE

Black with #ED41CE

Text Example


Text Example

White with #ED41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED41CE; }

 p { color: rgb(237,65,206); }

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

background-color css

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

 a { background-color: rgb(237,65,206); }

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

border-color css

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

 span { border-color: rgb(237,65,206); }

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