Html Css Color HEX #ED739A Carissma

📋 copy color: '#ED739A'

red 237 ◦ green 115 ◦ blue 154

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

Shades of Carissma #ED739A

Tints of Carissma #ED739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.73%

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 46.84%
G = 22.73%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED739A (or 0xED739A) is known color: Carissma. HEX triplet: ED, 73 and 9A. RGB value is (237,115,154). Sum of RGB (Red+Green+Blue) = 237+115+154=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED739A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED739A is #128C65. Grayscale: #9B9B9B. Windows color (decimal): -1215590 or 10122221. OLE color: 10122221.

HSL color Cylindrical-coordinate representation of color #ED739A: hue angle of 340.82º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED739A is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 115 154 -
CMYK 0 0.51 0.35 0.07
HSL 340.82º 0.77% 0.69% -
HSV(B) 340.82º 0.51% 0.93% -
XYZ 46.89 32.6 34.39 -
YUV 155.92 126.92 185.83 -
System Red Green Blue C M Y K H S L
Decimal 237 115 154 0 0.51 0.35 0.07 340.82 0.77 0.69
Hex ED 73 9A 0 33 23 7 155 4D 45
Octal 355 163 232 0 63 43 7 525 115 105
Binary 11101101 1110011 10011010 0 110011 100011 111 101010101 1001101 1000101

Color Harmonies of #ED739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED739A

Black with #ED739A

Text Example


Text Example

White with #ED739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED739A; }

 p { color: rgb(237,115,154); }

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

background-color css

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

 a { background-color: rgb(237,115,154); }

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

border-color css

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

 span { border-color: rgb(237,115,154); }

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