Html Css Color HEX #ED34C3 Razzle Dazzle Rose

📋 copy color: '#ED34C3'

red 237 ◦ green 52 ◦ blue 195

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

Shades of Razzle Dazzle Rose #ED34C3

Tints of Razzle Dazzle Rose #ED34C3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.74%

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

R = 48.97%
G = 10.74%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED34C3 (or 0xED34C3) is known color: Razzle Dazzle Rose. HEX triplet: ED, 34 and C3. RGB value is (237,52,195). Sum of RGB (Red+Green+Blue) = 237+52+195=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 52 (20.70% from 255 or 10.74% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED34C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED34C3 is #12CB3C. Grayscale: #7B7B7B. Windows color (decimal): -1231677 or 12793069. OLE color: 12793069.

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

Color convert

RGB 237 52 195 -
CMYK 0 0.78 0.18 0.07
HSL 313.62º 0.84% 0.57% -
HSV(B) 313.62º 0.78% 0.93% -
XYZ 46 24.4 53.91 -
YUV 123.62 168.29 208.87 -
System Red Green Blue C M Y K H S L
Decimal 237 52 195 0 0.78 0.18 0.07 313.62 0.84 0.57
Hex ED 34 C3 0 4E 12 7 13A 54 39
Octal 355 64 303 0 116 22 7 472 124 71
Binary 11101101 110100 11000011 0 1001110 10010 111 100111010 1010100 111001

Color Harmonies of #ED34C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED34C3

Black with #ED34C3

Text Example


Text Example

White with #ED34C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED34C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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