Html Css Color HEX #EF2B9B Persian Rose

📋 copy color: '#EF2B9B'

red 239 ◦ green 43 ◦ blue 155

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

Shades of Persian Rose #EF2B9B

Tints of Persian Rose #EF2B9B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.84%

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 54.69%
G = 9.84%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF2B9B (or 0xEF2B9B) is known color: Persian Rose. HEX triplet: EF, 2B and 9B. RGB value is (239,43,155). Sum of RGB (Red+Green+Blue) = 239+43+155=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2B9B is #10D464. Grayscale: #727272. Windows color (decimal): -1102949 or 10169327. OLE color: 10169327.

HSL color Cylindrical-coordinate representation of color #EF2B9B: hue angle of 325.71º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2B9B is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 43 155 -
CMYK 0 0.82 0.35 0.06
HSL 325.71º 0.86% 0.55% -
HSV(B) 325.71º 0.82% 0.94% -
XYZ 42.38 22.45 33.11 -
YUV 114.37 150.93 216.89 -
System Red Green Blue C M Y K H S L
Decimal 239 43 155 0 0.82 0.35 0.06 325.71 0.86 0.55
Hex EF 2B 9B 0 52 23 6 146 56 37
Octal 357 53 233 0 122 43 6 506 126 67
Binary 11101111 101011 10011011 0 1010010 100011 110 101000110 1010110 110111

Color Harmonies of #EF2B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B9B

Black with #EF2B9B

Text Example


Text Example

White with #EF2B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B9B; }

 p { color: rgb(239,43,155); }

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

background-color css

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

 a { background-color: rgb(239,43,155); }

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

border-color css

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

 span { border-color: rgb(239,43,155); }

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