Html Css Color HEX #ED30CB Razzle Dazzle Rose

📋 copy color: '#ED30CB'

red 237 ◦ green 48 ◦ blue 203

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

Shades of Razzle Dazzle Rose #ED30CB

Tints of Razzle Dazzle Rose #ED30CB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.84%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 48.57%
G = 9.84%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED30CB (or 0xED30CB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 30 and CB. RGB value is (237,48,203). Sum of RGB (Red+Green+Blue) = 237+48+203=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED30CB is #12CF34. Grayscale: #797979. Windows color (decimal): -1232693 or 13316333. OLE color: 13316333.

HSL color Cylindrical-coordinate representation of color #ED30CB: hue angle of 310.79º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED30CB is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 203 -
CMYK 0 0.80 0.14 0.07
HSL 310.79º 0.84% 0.56% -
HSV(B) 310.79º 0.8% 0.93% -
XYZ 46.76 24.43 58.75 -
YUV 122.18 173.62 209.9 -
System Red Green Blue C M Y K H S L
Decimal 237 48 203 0 0.80 0.14 0.07 310.79 0.84 0.56
Hex ED 30 CB 0 50 E 7 137 54 38
Octal 355 60 313 0 120 16 7 467 124 70
Binary 11101101 110000 11001011 0 1010000 1110 111 100110111 1010100 111000

Color Harmonies of #ED30CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30CB

Black with #ED30CB

Text Example


Text Example

White with #ED30CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30CB; }

 p { color: rgb(237,48,203); }

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

background-color css

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

 a { background-color: rgb(237,48,203); }

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

border-color css

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

 span { border-color: rgb(237,48,203); }

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