Html Css Color HEX #EF3BD2 Razzle Dazzle Rose

📋 copy color: '#EF3BD2'

red 239 ◦ green 59 ◦ blue 210

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

Shades of Razzle Dazzle Rose #EF3BD2

Tints of Razzle Dazzle Rose #EF3BD2

RGB

 RED value IS 239 (93.75% from 255) = 47.05%

 GREEN value IS 59 (23.44% from 255) = 11.61%

 BLUE value IS 210 (82.42% from 255) = 41.34%

R = 47.05%
G = 11.61%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EF3BD2 (or 0xEF3BD2) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3B and D2. RGB value is (239,59,210). Sum of RGB (Red+Green+Blue) = 239+59+210=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 210 (82.42% from 255 or 41.34% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3BD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3BD2 is #10C42D. Grayscale: #818181. Windows color (decimal): -1098798 or 13777903. OLE color: 13777903.

HSL color Cylindrical-coordinate representation of color #EF3BD2: hue angle of 309.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3BD2 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 59 210 -
CMYK 0 0.75 0.12 0.06
HSL 309.67º 0.85% 0.58% -
HSV(B) 309.67º 0.75% 0.94% -
XYZ 48.79 26.13 63.45 -
YUV 130.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 239 59 210 0 0.75 0.12 0.06 309.67 0.85 0.58
Hex EF 3B D2 0 4B C 6 136 55 3A
Octal 357 73 322 0 113 14 6 466 125 72
Binary 11101111 111011 11010010 0 1001011 1100 110 100110110 1010101 111010

Color Harmonies of #EF3BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3BD2

Black with #EF3BD2

Text Example


Text Example

White with #EF3BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3BD2; }

 p { color: rgb(239,59,210); }

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

background-color css

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

 a { background-color: rgb(239,59,210); }

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

border-color css

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

 span { border-color: rgb(239,59,210); }

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