Html Css Color HEX #EF7F9D Carissma

📋 copy color: '#EF7F9D'

red 239 ◦ green 127 ◦ blue 157

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

Shades of Carissma #EF7F9D

Tints of Carissma #EF7F9D

RGB

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

 GREEN value IS 127 (50% from 255) = 24.28%

 BLUE value IS 157 (61.72% from 255) = 30.02%

R = 45.7%
G = 24.28%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF7F9D (or 0xEF7F9D) is known color: Carissma. HEX triplet: EF, 7F and 9D. RGB value is (239,127,157). Sum of RGB (Red+Green+Blue) = 239+127+157=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F9D is #108062. Grayscale: #A3A3A3. Windows color (decimal): -1081443 or 10321903. OLE color: 10321903.

HSL color Cylindrical-coordinate representation of color #EF7F9D: hue angle of 343.93º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7F9D is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 127 157 -
CMYK 0 0.47 0.34 0.06
HSL 343.93º 0.78% 0.72% -
HSV(B) 343.93º 0.47% 0.94% -
XYZ 49.27 35.96 36.24 -
YUV 163.91 124.11 181.56 -
System Red Green Blue C M Y K H S L
Decimal 239 127 157 0 0.47 0.34 0.06 343.93 0.78 0.72
Hex EF 7F 9D 0 2F 22 6 158 4E 48
Octal 357 177 235 0 57 42 6 530 116 110
Binary 11101111 1111111 10011101 0 101111 100010 110 101011000 1001110 1001000

Color Harmonies of #EF7F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F9D

Black with #EF7F9D

Text Example


Text Example

White with #EF7F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F9D; }

 p { color: rgb(239,127,157); }

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

background-color css

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

 a { background-color: rgb(239,127,157); }

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

border-color css

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

 span { border-color: rgb(239,127,157); }

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